#62161E

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

Shades of Pohutukawa #62161E

Tints of Pohutukawa #62161E

Color information

#62161E (or 0x62161E) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 1E. RGB value is (98,22,30). Sum of RGB (Red+Green+Blue) = 98+22+30=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #62161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62161E is #9DE9E1. Grayscale: #2D2D2D. Windows color (decimal): -10349026 or 1971810. OLE color: 1971810.

HSL color Cylindrical-coordinate representation of color #62161E: hue angle of 353.68º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62161E is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB982230-
CMYK00.780.690.62
HSL353.68º63.33%23.53%-
HSV(B)353.68º77.55%38.43%-
XYZ5.563.261.57-
YUV45.64119.18165.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 22 (8.98% from 255) = 14.67%
BLUE value IS 30 (12.11% from 255) = 20%
R=65.33%
G=14.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98223000.780.690.62353.6863.3323.53
Hex62161E04E453E1623f18
Octal14226360116105765427730
Binary1100010101101111001001110100010111111010110001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62161E; }

 p { color: rgb(98,22,30); }

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

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

 a { background-color: rgb(98,22,30); }

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

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

 span { border-color: rgb(98,22,30); }

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