Html Css Color HEX #972113 Mandarian Orange

📋 copy color: '#972113'

red 151 ◦ green 33 ◦ blue 19

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

Shades of Mandarian Orange #972113

Tints of Mandarian Orange #972113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 74.38%
G = 16.26%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#972113 (or 0x972113) is known color: Mandarian Orange. HEX triplet: 97, 21 and 13. RGB value is (151,33,19). Sum of RGB (Red+Green+Blue) = 151+33+19=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #972113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972113 is #68DEEC. Grayscale: #424242. Windows color (decimal): -6872813 or 1253783. OLE color: 1253783.

HSL color Cylindrical-coordinate representation of color #972113: hue angle of 6.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #972113 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 33 19 -
CMYK 0 0.78 0.87 0.41
HSL 6.36º 0.78% 0.33% -
HSV(B) 6.36º 0.87% 0.59% -
XYZ 13.42 7.71 1.4 -
YUV 66.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 151 33 19 0 0.78 0.87 0.41 6.36 0.78 0.33
Hex 97 21 13 0 4E 57 29 6 4E 21
Octal 227 41 23 0 116 127 51 6 116 41
Binary 10010111 100001 10011 0 1001110 1010111 101001 110 1001110 100001

Color Harmonies of #972113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972113

Black with #972113

Text Example


Text Example

White with #972113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972113; }

 p { color: rgb(151,33,19); }

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

background-color css

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

 a { background-color: rgb(151,33,19); }

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

border-color css

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

 span { border-color: rgb(151,33,19); }

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