#620410

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

Shades of Pohutukawa #620410

Tints of Pohutukawa #620410

Color information

#620410 (or 0x620410) is unknown color: approx Pohutukawa. HEX triplet: 62, 04 and 10. RGB value is (98,4,16). Sum of RGB (Red+Green+Blue) = 98+4+16=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #620410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620410 is #9DFBEF. Grayscale: #212121. Windows color (decimal): -10353648 or 1049698. OLE color: 1049698.

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

Color convert

RGB98416-
CMYK00.960.840.62
HSL352.34º92.16%20%-
HSV(B)352.34º95.92%38.43%-
XYZ5.172.720.74-
YUV33.47118.14174.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.05%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=83.05%
G=3.39%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9841600.960.840.62352.3492.1620
Hex62410060543E1605c14
Octal14242001401247654013424
Binary110001010010000011000001010100111110101100000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620410; }

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

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

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

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

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

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

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

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