Html Css Color HEX #62112A Pohutukawa

📋 copy color: '#62112A'

red 98 ◦ green 17 ◦ blue 42

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

Shades of Pohutukawa #62112A

Tints of Pohutukawa #62112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.83%

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

R = 62.42%
G = 10.83%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#62112A (or 0x62112A) is known color: Pohutukawa. HEX triplet: 62, 11 and 2A. RGB value is (98,17,42). Sum of RGB (Red+Green+Blue) = 98+17+42=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #62112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62112A is #9DEED5. Grayscale: #2C2C2C. Windows color (decimal): -10350294 or 2756962. OLE color: 2756962.

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

Color convert

RGB 98 17 42 -
CMYK 0 0.83 0.57 0.62
HSL 341.48º 0.7% 0.23% -
HSV(B) 341.48º 0.83% 0.38% -
XYZ 5.66 3.16 2.5 -
YUV 44.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 98 17 42 0 0.83 0.57 0.62 341.48 0.7 0.23
Hex 62 11 2A 0 53 39 3E 155 46 17
Octal 142 21 52 0 123 71 76 525 106 27
Binary 1100010 10001 101010 0 1010011 111001 111110 101010101 1000110 10111

Color Harmonies of #62112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62112A

Black with #62112A

Text Example


Text Example

White with #62112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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