#620C13

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

Shades of Pohutukawa #620C13

Tints of Pohutukawa #620C13

Color information

#620C13 (or 0x620C13) is unknown color: approx Pohutukawa. HEX triplet: 62, 0C and 13. RGB value is (98,12,19). Sum of RGB (Red+Green+Blue) = 98+12+19=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #620C13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620C13 is #9DF3EC. Grayscale: #262626. Windows color (decimal): -10351597 or 1248354. OLE color: 1248354.

HSL color Cylindrical-coordinate representation of color #620C13: hue angle of 355.12º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C13 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB981219-
CMYK00.880.810.62
HSL355.12º78.18%21.57%-
HSV(B)355.12º87.76%38.43%-
XYZ5.292.910.9-
YUV38.51116.99170.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.97%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 19 (7.81% from 255) = 14.73%
R=75.97%
G=9.30%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98121900.880.810.62355.1278.1821.57
Hex62C13058513E1634e16
Octal142142301301217654311626
Binary1100010110010011010110001010001111110101100011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620C13; }

 p { color: rgb(98,12,19); }

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

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

 a { background-color: rgb(98,12,19); }

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

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

 span { border-color: rgb(98,12,19); }

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