#620512

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

Shades of Pohutukawa #620512

Tints of Pohutukawa #620512

Color information

#620512 (or 0x620512) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 12. RGB value is (98,5,18). Sum of RGB (Red+Green+Blue) = 98+5+18=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #620512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620512 is #9DFAED. Grayscale: #222222. Windows color (decimal): -10353390 or 1181026. OLE color: 1181026.

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

Color convert

RGB98518-
CMYK00.950.820.62
HSL351.61º90.29%20.2%-
HSV(B)351.61º94.9%38.43%-
XYZ5.22.750.83-
YUV34.29118.81173.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 80.99%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=80.99%
G=4.13%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9851800.950.820.62351.6190.2920.2
Hex6251205F523E1605a14
Octal14252201371227654013224
Binary110001010110010010111111010010111110101100000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620512; }

 p { color: rgb(98,5,18); }

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

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

 a { background-color: rgb(98,5,18); }

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

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

 span { border-color: rgb(98,5,18); }

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