Html Css Color HEX #62111B Pohutukawa

📋 copy color: '#62111B'

red 98 ◦ green 17 ◦ blue 27

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

Shades of Pohutukawa #62111B

Tints of Pohutukawa #62111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.01%

R = 69.01%
G = 11.97%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62111B (or 0x62111B) is known color: Pohutukawa. HEX triplet: 62, 11 and 1B. RGB value is (98,17,27). Sum of RGB (Red+Green+Blue) = 98+17+27=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #62111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62111B is #9DEEE4. Grayscale: #2A2A2A. Windows color (decimal): -10350309 or 1773922. OLE color: 1773922.

HSL color Cylindrical-coordinate representation of color #62111B: hue angle of 352.59º 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 #62111B is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 27 -
CMYK 0 0.83 0.72 0.62
HSL 352.59º 0.7% 0.23% -
HSV(B) 352.59º 0.83% 0.38% -
XYZ 5.44 3.08 1.34 -
YUV 42.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 98 17 27 0 0.83 0.72 0.62 352.59 0.7 0.23
Hex 62 11 1B 0 53 48 3E 161 46 17
Octal 142 21 33 0 123 110 76 541 106 27
Binary 1100010 10001 11011 0 1010011 1001000 111110 101100001 1000110 10111

Color Harmonies of #62111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62111B

Black with #62111B

Text Example


Text Example

White with #62111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62111B; }

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

 H1.HeaderClassName
 {
   color: #62111B;
 }
 .AnyTagClassName
 {
   color: #62111B;
 }
</style>

background-color css

<style>
 a { background-color: #62111B; }

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

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

border-color css

<style>
 span { border-color: #62111B; }

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

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