Html Css Color HEX #971D0A Mandarian Orange

📋 copy color: '#971D0A'

red 151 ◦ green 29 ◦ blue 10

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

Shades of Mandarian Orange #971D0A

Tints of Mandarian Orange #971D0A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.26%

 BLUE value IS 10 (4.3% from 255) = 5.26%

R = 79.47%
G = 15.26%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#971D0A (or 0x971D0A) is known color: Mandarian Orange. HEX triplet: 97, 1D and 0A. RGB value is (151,29,10). Sum of RGB (Red+Green+Blue) = 151+29+10=190 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.47% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 151 - color contains mainly: red. Hex color #971D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971D0A is #68E2F5. Grayscale: #3F3F3F. Windows color (decimal): -6873846 or 662935. OLE color: 662935.

HSL color Cylindrical-coordinate representation of color #971D0A: hue angle of 8.09º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #971D0A is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 29 10 -
CMYK 0 0.81 0.93 0.41
HSL 8.09º 0.88% 0.32% -
HSV(B) 8.09º 0.93% 0.59% -
XYZ 13.26 7.48 1.03 -
YUV 63.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 151 29 10 0 0.81 0.93 0.41 8.09 0.88 0.32
Hex 97 1D A 0 51 5D 29 8 58 20
Octal 227 35 12 0 121 135 51 10 130 40
Binary 10010111 11101 1010 0 1010001 1011101 101001 1000 1011000 100000

Color Harmonies of #971D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D0A

Black with #971D0A

Text Example


Text Example

White with #971D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971D0A; }

 p { color: rgb(151,29,10); }

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

background-color css

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

 a { background-color: rgb(151,29,10); }

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

border-color css

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

 span { border-color: rgb(151,29,10); }

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