#620E1F

Color #620E1F Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #620E1F

Tints of Pohutukawa #620E1F

Color information

#620E1F (or 0x620E1F) is unknown color: approx Pohutukawa. HEX triplet: 62, 0E and 1F. RGB value is (98,14,31). Sum of RGB (Red+Green+Blue) = 98+14+31=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #620E1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E1F is #9DF1E0. Grayscale: #292929. Windows color (decimal): -10351073 or 2035298. OLE color: 2035298.

HSL color Cylindrical-coordinate representation of color #620E1F: hue angle of 347.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E1F is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB981431-
CMYK00.860.680.62
HSL347.86º75%21.96%-
HSV(B)347.86º85.71%38.43%-
XYZ5.443.011.59-
YUV41.05122.33168.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 14 (5.86% from 255) = 9.79%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=68.53%
G=9.79%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98143100.860.680.62347.867521.96
Hex62E1F056443E15c4b16
Octal142163701261047653411326
Binary1100010111011111010101101000100111110101011100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620E1F; }

 p { color: rgb(98,14,31); }

 H1.HeaderClassName
 {
   color: #620E1F;
 }
 .AnyTagClassName
 {
   color: #620E1F;
 }
</style>
background-color css

<style>
 a { background-color: #620E1F; }

 a { background-color: rgb(98,14,31); }

 div.DivClassName
 {
   background-color: #620E1F;
 }
 .BgClassName
 {
   background-color: #620E1F;
 }
</style>
border-color css

<style>
 span { border-color: #620E1F; }

 span { border-color: rgb(98,14,31); }

 td.TdClassName
 {
   border-color: #620E1F;
 }
 .TagClassName
 {
   border-color: #620E1F;
 }
</style>