Html Css Color HEX #971B0D Mandarian Orange

📋 copy color: '#971B0D'

red 151 ◦ green 27 ◦ blue 13

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

Shades of Mandarian Orange #971B0D

Tints of Mandarian Orange #971B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.14%

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 79.06%
G = 14.14%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#971B0D (or 0x971B0D) is known color: Mandarian Orange. HEX triplet: 97, 1B and 0D. RGB value is (151,27,13). Sum of RGB (Red+Green+Blue) = 151+27+13=191 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.06% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 151 - color contains mainly: red. Hex color #971B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971B0D is #68E4F2. Grayscale: #3E3E3E. Windows color (decimal): -6874355 or 859031. OLE color: 859031.

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

Color convert

RGB 151 27 13 -
CMYK 0 0.82 0.91 0.41
HSL 6.09º 0.84% 0.32% -
HSV(B) 6.09º 0.91% 0.59% -
XYZ 13.23 7.39 1.11 -
YUV 62.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 151 27 13 0 0.82 0.91 0.41 6.09 0.84 0.32
Hex 97 1B D 0 52 5B 29 6 54 20
Octal 227 33 15 0 122 133 51 6 124 40
Binary 10010111 11011 1101 0 1010010 1011011 101001 110 1010100 100000

Color Harmonies of #971B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B0D

Black with #971B0D

Text Example


Text Example

White with #971B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,27,13); }

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

background-color css

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

 a { background-color: rgb(151,27,13); }

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

border-color css

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

 span { border-color: rgb(151,27,13); }

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