#62131D

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

Shades of Pohutukawa #62131D

Tints of Pohutukawa #62131D

Color information

#62131D (or 0x62131D) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 1D. RGB value is (98,19,29). Sum of RGB (Red+Green+Blue) = 98+19+29=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62131D is #9DECE2. Grayscale: #2B2B2B. Windows color (decimal): -10349795 or 1905506. OLE color: 1905506.

HSL color Cylindrical-coordinate representation of color #62131D: hue angle of 352.41º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62131D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB981929-
CMYK00.810.700.62
HSL352.41º67.52%22.94%-
HSV(B)352.41º80.61%38.43%-
XYZ5.493.151.48-
YUV43.76119.67166.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=67.12%
G=13.01%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98192900.810.700.62352.4167.5222.94
Hex62131D051463E1604417
Octal142233501211067654010427
Binary11000101001111101010100011000110111110101100000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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