Html Css Color HEX #62122A Pohutukawa

📋 copy color: '#62122A'

red 98 ◦ green 18 ◦ blue 42

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

Shades of Pohutukawa #62122A

Tints of Pohutukawa #62122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.39%

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 62.03%
G = 11.39%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#62122A (or 0x62122A) is known color: Pohutukawa. HEX triplet: 62, 12 and 2A. RGB value is (98,18,42). Sum of RGB (Red+Green+Blue) = 98+18+42=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #62122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62122A is #9DEDD5. Grayscale: #2C2C2C. Windows color (decimal): -10350038 or 2757218. OLE color: 2757218.

HSL color Cylindrical-coordinate representation of color #62122A: hue angle of 342º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62122A is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 42 -
CMYK 0 0.82 0.57 0.62
HSL 342º 0.69% 0.23% -
HSV(B) 342º 0.82% 0.38% -
XYZ 5.67 3.2 2.51 -
YUV 44.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 98 18 42 0 0.82 0.57 0.62 342 0.69 0.23
Hex 62 12 2A 0 52 39 3E 156 45 17
Octal 142 22 52 0 122 71 76 526 105 27
Binary 1100010 10010 101010 0 1010010 111001 111110 101010110 1000101 10111

Color Harmonies of #62122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62122A

Black with #62122A

Text Example


Text Example

White with #62122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,18,42); }

 H1.HeaderClassName
 {
   color: #62122A;
 }
 .AnyTagClassName
 {
   color: #62122A;
 }
</style>

background-color css

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

 a { background-color: rgb(98,18,42); }

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

border-color css

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

 span { border-color: rgb(98,18,42); }

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