Html Css Color HEX #620412 Pohutukawa

📋 copy color: '#620412'

red 98 ◦ green 4 ◦ blue 18

#620412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #620412

Tints of Pohutukawa #620412

RGB

 RED value IS 98 (38.67% from 255) = 81.67%

 GREEN value IS 4 (1.95% from 255) = 3.33%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 81.67%
G = 3.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#620412 (or 0x620412) is known color: Pohutukawa. HEX triplet: 62, 04 and 12. RGB value is (98,4,18). Sum of RGB (Red+Green+Blue) = 98+4+18=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #620412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620412 is #9DFBED. Grayscale: #212121. Windows color (decimal): -10353646 or 1180770. OLE color: 1180770.

HSL color Cylindrical-coordinate representation of color #620412: hue angle of 351.06º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620412 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 4 18 -
CMYK 0 0.96 0.82 0.62
HSL 351.06º 0.92% 0.2% -
HSV(B) 351.06º 0.96% 0.38% -
XYZ 5.19 2.73 0.83 -
YUV 33.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 98 4 18 0 0.96 0.82 0.62 351.06 0.92 0.2
Hex 62 4 12 0 60 52 3E 15F 5C 14
Octal 142 4 22 0 140 122 76 537 134 24
Binary 1100010 100 10010 0 1100000 1010010 111110 101011111 1011100 10100

Color Harmonies of #620412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620412

Black with #620412

Text Example


Text Example

White with #620412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620412; }

 p { color: rgb(98,4,18); }

 H1.HeaderClassName
 {
   color: #620412;
 }
 .AnyTagClassName
 {
   color: #620412;
 }
</style>

background-color css

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

 a { background-color: rgb(98,4,18); }

 div.DivClassName
 {
   background-color: #620412;
 }
 .BgClassName
 {
   background-color: #620412;
 }
</style>

border-color css

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

 span { border-color: rgb(98,4,18); }

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