Html Css Color HEX #972019 Mandarian Orange

📋 copy color: '#972019'

red 151 ◦ green 32 ◦ blue 25

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

Shades of Mandarian Orange #972019

Tints of Mandarian Orange #972019

RGB

 RED value IS 151 (59.38% from 255) = 72.6%

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 72.6%
G = 15.38%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#972019 (or 0x972019) is known color: Mandarian Orange. HEX triplet: 97, 20 and 19. RGB value is (151,32,25). Sum of RGB (Red+Green+Blue) = 151+32+25=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #972019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972019 is #68DFE6. Grayscale: #424242. Windows color (decimal): -6873063 or 1646743. OLE color: 1646743.

HSL color Cylindrical-coordinate representation of color #972019: hue angle of 3.33º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #972019 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 25 -
CMYK 0 0.79 0.83 0.41
HSL 3.33º 0.72% 0.35% -
HSV(B) 3.33º 0.83% 0.59% -
XYZ 13.45 7.68 1.69 -
YUV 66.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 151 32 25 0 0.79 0.83 0.41 3.33 0.72 0.35
Hex 97 20 19 0 4F 53 29 3 48 23
Octal 227 40 31 0 117 123 51 3 110 43
Binary 10010111 100000 11001 0 1001111 1010011 101001 11 1001000 100011

Color Harmonies of #972019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972019

Black with #972019

Text Example


Text Example

White with #972019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972019; }

 p { color: rgb(151,32,25); }

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

background-color css

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

 a { background-color: rgb(151,32,25); }

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

border-color css

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

 span { border-color: rgb(151,32,25); }

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