#62102D

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

Shades of Pohutukawa #62102D

Tints of Pohutukawa #62102D

Color information

#62102D (or 0x62102D) is unknown color: approx Pohutukawa. HEX triplet: 62, 10 and 2D. RGB value is (98,16,45). Sum of RGB (Red+Green+Blue) = 98+16+45=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62102D is #9DEFD2. Grayscale: #2B2B2B. Windows color (decimal): -10350547 or 2953314. OLE color: 2953314.

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

Color convert

RGB981645-
CMYK00.840.540.62
HSL338.78º71.93%22.35%-
HSV(B)338.78º83.67%38.43%-
XYZ5.73.162.79-
YUV43.82128.67166.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=61.64%
G=10.06%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98164500.840.540.62338.7871.9322.35
Hex62102D054363E1534816
Octal14220550124667652311026
Binary11000101000010110101010100110110111110101010011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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