#62161D

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

Shades of Pohutukawa #62161D

Tints of Pohutukawa #62161D

Color information

#62161D (or 0x62161D) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 1D. RGB value is (98,22,29). Sum of RGB (Red+Green+Blue) = 98+22+29=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62161D is #9DE9E2. Grayscale: #2D2D2D. Windows color (decimal): -10349027 or 1906274. OLE color: 1906274.

HSL color Cylindrical-coordinate representation of color #62161D: hue angle of 354.47º 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 #62161D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB982229-
CMYK00.780.700.62
HSL354.47º63.33%23.53%-
HSV(B)354.47º77.55%38.43%-
XYZ5.553.261.5-
YUV45.52118.68165.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=65.77%
G=14.77%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98222900.780.700.62354.4763.3323.53
Hex62161D04E463E1623f18
Octal14226350116106765427730
Binary1100010101101110101001110100011011111010110001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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