#62061B

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

Shades of Pohutukawa #62061B

Tints of Pohutukawa #62061B

Color information

#62061B (or 0x62061B) is unknown color: approx Pohutukawa. HEX triplet: 62, 06 and 1B. RGB value is (98,6,27). Sum of RGB (Red+Green+Blue) = 98+6+27=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #62061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62061B is #9DF9E4. Grayscale: #232323. Windows color (decimal): -10353125 or 1771106. OLE color: 1771106.

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

Color convert

RGB98627-
CMYK00.940.720.62
HSL346.3º88.46%20.39%-
HSV(B)346.3º93.88%38.43%-
XYZ5.32.811.3-
YUV35.9122.98172.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.81%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 27 (10.94% from 255) = 20.61%
R=74.81%
G=4.58%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9862700.940.720.62346.388.4620.39
Hex6261B05E483E15a5814
Octal14263301361107653213024
Binary110001011011011010111101001000111110101011010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62061B; }

 p { color: rgb(98,6,27); }

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

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

 a { background-color: rgb(98,6,27); }

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

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

 span { border-color: rgb(98,6,27); }

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