Html Css Color HEX #62021C Pohutukawa

📋 copy color: '#62021C'

red 98 ◦ green 2 ◦ blue 28

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

Shades of Pohutukawa #62021C

Tints of Pohutukawa #62021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.88%

R = 76.56%
G = 1.56%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#62021C (or 0x62021C) is known color: Pohutukawa. HEX triplet: 62, 02 and 1C. RGB value is (98,2,28). Sum of RGB (Red+Green+Blue) = 98+2+28=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #62021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62021C is #9DFDE3. Grayscale: #212121. Windows color (decimal): -10354148 or 1835618. OLE color: 1835618.

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

Color convert

RGB 98 2 28 -
CMYK 0 0.98 0.71 0.62
HSL 343.75º 0.96% 0.2% -
HSV(B) 343.75º 0.98% 0.38% -
XYZ 5.27 2.72 1.35 -
YUV 33.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 98 2 28 0 0.98 0.71 0.62 343.75 0.96 0.2
Hex 62 2 1C 0 62 47 3E 158 60 14
Octal 142 2 34 0 142 107 76 530 140 24
Binary 1100010 10 11100 0 1100010 1000111 111110 101011000 1100000 10100

Color Harmonies of #62021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62021C

Black with #62021C

Text Example


Text Example

White with #62021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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