#62021B

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

Shades of Pohutukawa #62021B

Tints of Pohutukawa #62021B

Color information

#62021B (or 0x62021B) is unknown color: approx Pohutukawa. HEX triplet: 62, 02 and 1B. RGB value is (98,2,27). Sum of RGB (Red+Green+Blue) = 98+2+27=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #62021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62021B is #9DFDE4. Grayscale: #212121. Windows color (decimal): -10354149 or 1770082. OLE color: 1770082.

HSL color Cylindrical-coordinate representation of color #62021B: hue angle of 344.38º 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 #62021B is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB98227-
CMYK00.980.720.62
HSL344.38º96%19.61%-
HSV(B)344.38º97.96%38.43%-
XYZ5.262.721.28-
YUV33.55124.3173.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 77.17%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=77.17%
G=1.57%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9822700.980.720.62344.389619.61
Hex6221B062483E1586014
Octal14223301421107653014024
Binary11000101011011011000101001000111110101011000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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