#620C19

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

Shades of Pohutukawa #620C19

Tints of Pohutukawa #620C19

Color information

#620C19 (or 0x620C19) is unknown color: approx Pohutukawa. HEX triplet: 62, 0C and 19. RGB value is (98,12,25). Sum of RGB (Red+Green+Blue) = 98+12+25=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #620C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620C19 is #9DF3E6. Grayscale: #272727. Windows color (decimal): -10351591 or 1641570. OLE color: 1641570.

HSL color Cylindrical-coordinate representation of color #620C19: hue angle of 350.93º 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 #620C19 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB981225-
CMYK00.880.740.62
HSL350.93º78.18%21.57%-
HSV(B)350.93º87.76%38.43%-
XYZ5.342.931.2-
YUV39.2119.99169.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.59%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=72.59%
G=8.89%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98122500.880.740.62350.9378.1821.57
Hex62C190584A3E15f4e16
Octal142143101301127653711626
Binary1100010110011001010110001001010111110101011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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