Html Css Color HEX #62021D Pohutukawa

📋 copy color: '#62021D'

red 98 ◦ green 2 ◦ blue 29

#62021D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #62021D

Tints of Pohutukawa #62021D

RGB

 RED value IS 98 (38.67% from 255) = 75.97%

 GREEN value IS 2 (1.17% from 255) = 1.55%

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 75.97%
G = 1.55%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#62021D (or 0x62021D) is known color: Pohutukawa. HEX triplet: 62, 02 and 1D. RGB value is (98,2,29). Sum of RGB (Red+Green+Blue) = 98+2+29=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #62021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62021D is #9DFDE2. Grayscale: #212121. Windows color (decimal): -10354147 or 1901154. OLE color: 1901154.

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

Color convert

RGB 98 2 29 -
CMYK 0 0.98 0.70 0.62
HSL 343.13º 0.96% 0.2% -
HSV(B) 343.13º 0.98% 0.38% -
XYZ 5.28 2.73 1.41 -
YUV 33.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 98 2 29 0 0.98 0.70 0.62 343.13 0.96 0.2
Hex 62 2 1D 0 62 46 3E 157 60 14
Octal 142 2 35 0 142 106 76 527 140 24
Binary 1100010 10 11101 0 1100010 1000110 111110 101010111 1100000 10100

Color Harmonies of #62021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62021D

Black with #62021D

Text Example


Text Example

White with #62021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62021D;
 }
 .AnyTagClassName
 {
   color: #62021D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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