Html Css Color HEX #972313 Mandarian Orange

📋 copy color: '#972313'

red 151 ◦ green 35 ◦ blue 19

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

Shades of Mandarian Orange #972313

Tints of Mandarian Orange #972313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

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

R = 73.66%
G = 17.07%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#972313 (or 0x972313) is known color: Mandarian Orange. HEX triplet: 97, 23 and 13. RGB value is (151,35,19). Sum of RGB (Red+Green+Blue) = 151+35+19=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #972313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972313 is #68DCEC. Grayscale: #444444. Windows color (decimal): -6872301 or 1254295. OLE color: 1254295.

HSL color Cylindrical-coordinate representation of color #972313: hue angle of 7.27º 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 #972313 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 35 19 -
CMYK 0 0.77 0.87 0.41
HSL 7.27º 0.78% 0.33% -
HSV(B) 7.27º 0.87% 0.59% -
XYZ 13.48 7.83 1.42 -
YUV 67.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 151 35 19 0 0.77 0.87 0.41 7.27 0.78 0.33
Hex 97 23 13 0 4D 57 29 7 4E 21
Octal 227 43 23 0 115 127 51 7 116 41
Binary 10010111 100011 10011 0 1001101 1010111 101001 111 1001110 100001

Color Harmonies of #972313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972313

Black with #972313

Text Example


Text Example

White with #972313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972313; }

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

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

background-color css

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

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

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

border-color css

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

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

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