#62021A

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

Shades of Pohutukawa #62021A

Tints of Pohutukawa #62021A

Color information

#62021A (or 0x62021A) is unknown color: approx Pohutukawa. HEX triplet: 62, 02 and 1A. RGB value is (98,2,26). Sum of RGB (Red+Green+Blue) = 98+2+26=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #62021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62021A is #9DFDE5. Grayscale: #212121. Windows color (decimal): -10354150 or 1704546. OLE color: 1704546.

HSL color Cylindrical-coordinate representation of color #62021A: hue angle of 345º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62021A is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB98226-
CMYK00.980.730.62
HSL345º96%19.61%-
HSV(B)345º97.96%38.43%-
XYZ5.252.711.22-
YUV33.44123.8174.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 77.78%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=77.78%
G=1.59%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9822600.980.730.623459619.61
Hex6221A062493E1596014
Octal14223201421117653114024
Binary11000101011010011000101001001111110101011001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,2,26); }

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

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

 a { background-color: rgb(98,2,26); }

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

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

 span { border-color: rgb(98,2,26); }

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