#620C20

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

Shades of Pohutukawa #620C20

Tints of Pohutukawa #620C20

Color information

#620C20 (or 0x620C20) is unknown color: approx Pohutukawa. HEX triplet: 62, 0C and 20. RGB value is (98,12,32). Sum of RGB (Red+Green+Blue) = 98+12+32=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #620C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C20 is #9DF3DF. Grayscale: #282828. Windows color (decimal): -10351584 or 2100322. OLE color: 2100322.

HSL color Cylindrical-coordinate representation of color #620C20: hue angle of 346.05º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C20 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB981232-
CMYK00.880.670.62
HSL346.05º78.18%21.57%-
HSV(B)346.05º87.76%38.43%-
XYZ5.432.961.65-
YUV39.99123.49169.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.01%
GREEN value IS 12 (5.08% from 255) = 8.45%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=69.01%
G=8.45%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98123200.880.670.62346.0578.1821.57
Hex62C20058433E15a4e16
Octal142144001301037653211626
Binary11000101100100000010110001000011111110101011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620C20; }

 p { color: rgb(98,12,32); }

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

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

 a { background-color: rgb(98,12,32); }

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

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

 span { border-color: rgb(98,12,32); }

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