#620708

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

Shades of Pohutukawa #620708

Tints of Pohutukawa #620708

Color information

#620708 (or 0x620708) is unknown color: approx Pohutukawa. HEX triplet: 62, 07 and 08. RGB value is (98,7,8). Sum of RGB (Red+Green+Blue) = 98+7+8=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #620708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620708 is #9DF8F7. Grayscale: #222222. Windows color (decimal): -10352888 or 526178. OLE color: 526178.

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

Color convert

RGB9878-
CMYK00.930.920.62
HSL359.34º86.67%20.59%-
HSV(B)359.34º92.86%38.43%-
XYZ5.162.770.49-
YUV34.32113.15173.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 86.73%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=86.73%
G=6.19%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal987800.930.920.62359.3486.6720.59
Hex627805D5C3E1675715
Octal14271001351347654712725
Binary11000101111000010111011011100111110101100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620708; }

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

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

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

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

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

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

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

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