#62071F

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

Shades of Pohutukawa #62071F

Tints of Pohutukawa #62071F

Color information

#62071F (or 0x62071F) is unknown color: approx Pohutukawa. HEX triplet: 62, 07 and 1F. RGB value is (98,7,31). Sum of RGB (Red+Green+Blue) = 98+7+31=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #62071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62071F is #9DF8E0. Grayscale: #242424. Windows color (decimal): -10352865 or 2033506. OLE color: 2033506.

HSL color Cylindrical-coordinate representation of color #62071F: hue angle of 344.18º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62071F is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB98731-
CMYK00.930.680.62
HSL344.18º86.67%20.59%-
HSV(B)344.18º92.86%38.43%-
XYZ5.362.851.56-
YUV36.94124.65171.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.06%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=72.06%
G=5.15%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9873100.930.680.62344.1886.6720.59
Hex6271F05D443E1585715
Octal14273701351047653012725
Binary110001011111111010111011000100111110101011000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62071F; }

 p { color: rgb(98,7,31); }

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

<style>
 a { background-color: #62071F; }

 a { background-color: rgb(98,7,31); }

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

<style>
 span { border-color: #62071F; }

 span { border-color: rgb(98,7,31); }

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