#62151E

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

Shades of Pohutukawa #62151E

Tints of Pohutukawa #62151E

Color information

#62151E (or 0x62151E) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 1E. RGB value is (98,21,30). Sum of RGB (Red+Green+Blue) = 98+21+30=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62151E is #9DEAE1. Grayscale: #2D2D2D. Windows color (decimal): -10349282 or 1971554. OLE color: 1971554.

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

Color convert

RGB982130-
CMYK00.790.690.62
HSL352.99º64.71%23.33%-
HSV(B)352.99º78.57%38.43%-
XYZ5.543.231.56-
YUV45.05119.51165.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=65.77%
G=14.09%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98213000.790.690.62352.9964.7123.33
Hex62151E04F453E1614117
Octal142253601171057654110127
Binary11000101010111110010011111000101111110101100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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