#620919

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

Shades of Pohutukawa #620919

Tints of Pohutukawa #620919

Color information

#620919 (or 0x620919) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 19. RGB value is (98,9,25). Sum of RGB (Red+Green+Blue) = 98+9+25=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #620919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620919 is #9DF6E6. Grayscale: #252525. Windows color (decimal): -10352359 or 1640802. OLE color: 1640802.

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

Color convert

RGB98925-
CMYK00.910.740.62
HSL349.21º83.18%20.98%-
HSV(B)349.21º90.82%38.43%-
XYZ5.312.861.19-
YUV37.44120.99171.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=74.24%
G=6.82%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9892500.910.740.62349.2183.1820.98
Hex6291905B4A3E15d5315
Octal142113101331127653512325
Binary1100010100111001010110111001010111110101011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620919; }

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

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

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

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

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

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

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

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