#62101D

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

Shades of Pohutukawa #62101D

Tints of Pohutukawa #62101D

Color information

#62101D (or 0x62101D) is unknown color: approx Pohutukawa. HEX triplet: 62, 10 and 1D. RGB value is (98,16,29). Sum of RGB (Red+Green+Blue) = 98+16+29=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #62101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62101D is #9DEFE2. Grayscale: #2A2A2A. Windows color (decimal): -10350563 or 1904738. OLE color: 1904738.

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

Color convert

RGB981629-
CMYK00.840.700.62
HSL350.49º71.93%22.35%-
HSV(B)350.49º83.67%38.43%-
XYZ5.443.061.47-
YUV42120.67167.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=68.53%
G=11.19%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98162900.840.700.62350.4971.9322.35
Hex62101D054463E15e4816
Octal142203501241067653611026
Binary11000101000011101010101001000110111110101011110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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