Html Css Color HEX #62111F Pohutukawa

📋 copy color: '#62111F'

red 98 ◦ green 17 ◦ blue 31

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

Shades of Pohutukawa #62111F

Tints of Pohutukawa #62111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.23%

R = 67.12%
G = 11.64%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#62111F (or 0x62111F) is known color: Pohutukawa. HEX triplet: 62, 11 and 1F. RGB value is (98,17,31). Sum of RGB (Red+Green+Blue) = 98+17+31=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62111F is #9DEEE0. Grayscale: #2A2A2A. Windows color (decimal): -10350305 or 2036066. OLE color: 2036066.

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

Color convert

RGB 98 17 31 -
CMYK 0 0.83 0.68 0.62
HSL 349.63º 0.7% 0.23% -
HSV(B) 349.63º 0.83% 0.38% -
XYZ 5.48 3.1 1.6 -
YUV 42.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 98 17 31 0 0.83 0.68 0.62 349.63 0.7 0.23
Hex 62 11 1F 0 53 44 3E 15E 46 17
Octal 142 21 37 0 123 104 76 536 106 27
Binary 1100010 10001 11111 0 1010011 1000100 111110 101011110 1000110 10111

Color Harmonies of #62111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62111F

Black with #62111F

Text Example


Text Example

White with #62111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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