#620311

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

Shades of Pohutukawa #620311

Tints of Pohutukawa #620311

Color information

#620311 (or 0x620311) is unknown color: approx Pohutukawa. HEX triplet: 62, 03 and 11. RGB value is (98,3,17). Sum of RGB (Red+Green+Blue) = 98+3+17=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #620311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620311 is #9DFCEE. Grayscale: #212121. Windows color (decimal): -10353903 or 1114978. OLE color: 1114978.

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

Color convert

RGB98317-
CMYK00.970.830.62
HSL351.16º94.06%19.8%-
HSV(B)351.16º96.94%38.43%-
XYZ5.172.70.78-
YUV33118.97174.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.05%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=83.05%
G=2.54%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9831700.970.830.62351.1694.0619.8
Hex62311061533E15f5e14
Octal14232101411237653713624
Binary11000101110001011000011010011111110101011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620311; }

 p { color: rgb(98,3,17); }

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

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

 a { background-color: rgb(98,3,17); }

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

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

 span { border-color: rgb(98,3,17); }

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