#62102A

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

Shades of Pohutukawa #62102A

Tints of Pohutukawa #62102A

Color information

#62102A (or 0x62102A) is unknown color: approx Pohutukawa. HEX triplet: 62, 10 and 2A. RGB value is (98,16,42). Sum of RGB (Red+Green+Blue) = 98+16+42=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #62102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62102A is #9DEFD5. Grayscale: #2B2B2B. Windows color (decimal): -10350550 or 2756706. OLE color: 2756706.

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

Color convert

RGB981642-
CMYK00.840.570.62
HSL340.98º71.93%22.35%-
HSV(B)340.98º83.67%38.43%-
XYZ5.643.132.5-
YUV43.48127.17166.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=62.82%
G=10.26%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98164200.840.570.62340.9871.9322.35
Hex62102A054393E1554816
Octal14220520124717652511026
Binary11000101000010101001010100111001111110101010101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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