Html Css Color HEX #620918 Pohutukawa

📋 copy color: '#620918'

red 98 ◦ green 9 ◦ blue 24

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

Shades of Pohutukawa #620918

Tints of Pohutukawa #620918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.87%

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 74.81%
G = 6.87%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#620918 (or 0x620918) is known color: Pohutukawa. HEX triplet: 62, 09 and 18. RGB value is (98,9,24). Sum of RGB (Red+Green+Blue) = 98+9+24=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #620918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620918 is #9DF6E7. Grayscale: #252525. Windows color (decimal): -10352360 or 1575266. OLE color: 1575266.

HSL color Cylindrical-coordinate representation of color #620918: hue angle of 349.89º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620918 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 9 24 -
CMYK 0 0.91 0.76 0.62
HSL 349.89º 0.83% 0.21% -
HSV(B) 349.89º 0.91% 0.38% -
XYZ 5.3 2.86 1.14 -
YUV 37.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 98 9 24 0 0.91 0.76 0.62 349.89 0.83 0.21
Hex 62 9 18 0 5B 4C 3E 15E 53 15
Octal 142 11 30 0 133 114 76 536 123 25
Binary 1100010 1001 11000 0 1011011 1001100 111110 101011110 1010011 10101

Color Harmonies of #620918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620918

Black with #620918

Text Example


Text Example

White with #620918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620918; }

 p { color: rgb(98,9,24); }

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

background-color css

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

 a { background-color: rgb(98,9,24); }

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

border-color css

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

 span { border-color: rgb(98,9,24); }

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