#620910

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

Shades of Pohutukawa #620910

Tints of Pohutukawa #620910

Color information

#620910 (or 0x620910) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 10. RGB value is (98,9,16). Sum of RGB (Red+Green+Blue) = 98+9+16=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #620910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620910 is #9DF6EF. Grayscale: #242424. Windows color (decimal): -10352368 or 1050978. OLE color: 1050978.

HSL color Cylindrical-coordinate representation of color #620910: hue angle of 355.28º 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 #620910 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB98916-
CMYK00.910.840.62
HSL355.28º83.18%20.98%-
HSV(B)355.28º90.82%38.43%-
XYZ5.232.830.76-
YUV36.41116.49171.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.67%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=79.67%
G=7.32%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9891600.910.840.62355.2883.1820.98
Hex6291005B543E1635315
Octal142112001331247654312325
Binary1100010100110000010110111010100111110101100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620910; }

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

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

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

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

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

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

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

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