#620624

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

Shades of Pohutukawa #620624

Tints of Pohutukawa #620624

Color information

#620624 (or 0x620624) is unknown color: approx Pohutukawa. HEX triplet: 62, 06 and 24. RGB value is (98,6,36). Sum of RGB (Red+Green+Blue) = 98+6+36=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #620624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620624 is #9DF9DB. Grayscale: #242424. Windows color (decimal): -10353116 or 2360930. OLE color: 2360930.

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

Color convert

RGB98636-
CMYK00.940.630.62
HSL340.43º88.46%20.39%-
HSV(B)340.43º93.88%38.43%-
XYZ5.422.851.93-
YUV36.93127.48171.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=70%
G=4.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9863600.940.630.62340.4388.4620.39
Hex6262405E3F3E1545814
Octal1426440136777652413024
Binary110001011010010001011110111111111110101010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620624; }

 p { color: rgb(98,6,36); }

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

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

 a { background-color: rgb(98,6,36); }

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

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

 span { border-color: rgb(98,6,36); }

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