Html Css Color HEX #62021A Pohutukawa

📋 copy color: '#62021A'

red 98 ◦ green 2 ◦ blue 26

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

Shades of Pohutukawa #62021A

Tints of Pohutukawa #62021A

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 value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#62021A (or 0x62021A) is known color: 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

RGB 98 2 26 -
CMYK 0 0.98 0.73 0.62
HSL 345º 0.96% 0.2% -
HSV(B) 345º 0.98% 0.38% -
XYZ 5.25 2.71 1.22 -
YUV 33.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 98 2 26 0 0.98 0.73 0.62 345 0.96 0.2
Hex 62 2 1A 0 62 49 3E 159 60 14
Octal 142 2 32 0 142 111 76 531 140 24
Binary 1100010 10 11010 0 1100010 1001001 111110 101011001 1100000 10100

Color Harmonies of #62021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62021A

Black with #62021A

Text Example


Text Example

White with #62021A

Text Example


Text Example

HTML Codes & Css Web 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>