Html Css Color HEX #620208 Pohutukawa

📋 copy color: '#620208'

red 98 ◦ green 2 ◦ blue 8

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

Shades of Pohutukawa #620208

Tints of Pohutukawa #620208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

 BLUE value IS 8 (3.52% from 255) = 7.41%

R = 90.74%
G = 1.85%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#620208 (or 0x620208) is known color: Pohutukawa. HEX triplet: 62, 02 and 08. RGB value is (98,2,8). Sum of RGB (Red+Green+Blue) = 98+2+8=108 (14% of max value = 765). Red value is 98 (38.67% from 255 or 90.74% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 98 - color contains mainly: red. Hex color #620208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620208 is #9DFDF7. Grayscale: #1F1F1F. Windows color (decimal): -10354168 or 524898. OLE color: 524898.

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

Color convert

RGB 98 2 8 -
CMYK 0 0.98 0.92 0.62
HSL 356.25º 0.96% 0.2% -
HSV(B) 356.25º 0.98% 0.38% -
XYZ 5.1 2.66 0.47 -
YUV 31.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 98 2 8 0 0.98 0.92 0.62 356.25 0.96 0.2
Hex 62 2 8 0 62 5C 3E 164 60 14
Octal 142 2 10 0 142 134 76 544 140 24
Binary 1100010 10 1000 0 1100010 1011100 111110 101100100 1100000 10100

Color Harmonies of #620208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620208

Black with #620208

Text Example


Text Example

White with #620208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620208; }

 p { color: rgb(98,2,8); }

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

background-color css

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

 a { background-color: rgb(98,2,8); }

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

border-color css

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

 span { border-color: rgb(98,2,8); }

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