#620920

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

Shades of Pohutukawa #620920

Tints of Pohutukawa #620920

Color information

#620920 (or 0x620920) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 20. RGB value is (98,9,32). Sum of RGB (Red+Green+Blue) = 98+9+32=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620920 is #9DF6DF. Grayscale: #262626. Windows color (decimal): -10352352 or 2099554. OLE color: 2099554.

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

Color convert

RGB98932-
CMYK00.910.670.62
HSL344.49º83.18%20.98%-
HSV(B)344.49º90.82%38.43%-
XYZ5.42.91.64-
YUV38.23124.49170.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70.50%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=70.50%
G=6.47%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9893200.910.670.62344.4983.1820.98
Hex6292005B433E1585315
Octal142114001331037653012325
Binary11000101001100000010110111000011111110101011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620920; }

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

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

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

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

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

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

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

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