Html Css Color HEX #972013 Mandarian Orange

📋 copy color: '#972013'

red 151 ◦ green 32 ◦ blue 19

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

Shades of Mandarian Orange #972013

Tints of Mandarian Orange #972013

RGB

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

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

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

R = 74.75%
G = 15.84%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#972013 (or 0x972013) is known color: Mandarian Orange. HEX triplet: 97, 20 and 13. RGB value is (151,32,19). Sum of RGB (Red+Green+Blue) = 151+32+19=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #972013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972013 is #68DFEC. Grayscale: #424242. Windows color (decimal): -6873069 or 1253527. OLE color: 1253527.

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

Color convert

RGB 151 32 19 -
CMYK 0 0.79 0.87 0.41
HSL 5.91º 0.78% 0.33% -
HSV(B) 5.91º 0.87% 0.59% -
XYZ 13.4 7.66 1.39 -
YUV 66.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 151 32 19 0 0.79 0.87 0.41 5.91 0.78 0.33
Hex 97 20 13 0 4F 57 29 6 4E 21
Octal 227 40 23 0 117 127 51 6 116 41
Binary 10010111 100000 10011 0 1001111 1010111 101001 110 1001110 100001

Color Harmonies of #972013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972013

Black with #972013

Text Example


Text Example

White with #972013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972013; }

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

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

background-color css

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

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

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

border-color css

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

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

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