#620929

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

Shades of Pohutukawa #620929

Tints of Pohutukawa #620929

Color information

#620929 (or 0x620929) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 29. RGB value is (98,9,41). Sum of RGB (Red+Green+Blue) = 98+9+41=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #620929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620929 is #9DF6D6. Grayscale: #272727. Windows color (decimal): -10352343 or 2689378. OLE color: 2689378.

HSL color Cylindrical-coordinate representation of color #620929: hue angle of 338.43º 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 #620929 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB98941-
CMYK00.910.580.62
HSL338.43º83.18%20.98%-
HSV(B)338.43º90.82%38.43%-
XYZ5.532.952.38-
YUV39.26128.99169.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=66.22%
G=6.08%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9894100.910.580.62338.4383.1820.98
Hex6292905B3A3E1525315
Octal14211510133727652212325
Binary1100010100110100101011011111010111110101010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620929; }

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

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

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

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

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

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

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

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