Html Css Color HEX #620508 Pohutukawa

📋 copy color: '#620508'

red 98 ◦ green 5 ◦ blue 8

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

Shades of Pohutukawa #620508

Tints of Pohutukawa #620508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

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

R = 88.29%
G = 4.5%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#620508 (or 0x620508) is known color: Pohutukawa. HEX triplet: 62, 05 and 08. RGB value is (98,5,8). Sum of RGB (Red+Green+Blue) = 98+5+8=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #620508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620508 is #9DFAF7. Grayscale: #212121. Windows color (decimal): -10353400 or 525666. OLE color: 525666.

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

Color convert

RGB 98 5 8 -
CMYK 0 0.95 0.92 0.62
HSL 358.06º 0.9% 0.2% -
HSV(B) 358.06º 0.95% 0.38% -
XYZ 5.14 2.72 0.48 -
YUV 33.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 98 5 8 0 0.95 0.92 0.62 358.06 0.9 0.2
Hex 62 5 8 0 5F 5C 3E 166 5A 14
Octal 142 5 10 0 137 134 76 546 132 24
Binary 1100010 101 1000 0 1011111 1011100 111110 101100110 1011010 10100

Color Harmonies of #620508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620508

Black with #620508

Text Example


Text Example

White with #620508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620508; }

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

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

background-color css

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

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

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

border-color css

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

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

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