Html Css Color HEX #971B1B Mandarian Orange

📋 copy color: '#971B1B'

red 151 ◦ green 27 ◦ blue 27

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

Shades of Mandarian Orange #971B1B

Tints of Mandarian Orange #971B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 73.66%
G = 13.17%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#971B1B (or 0x971B1B) is known color: Mandarian Orange. HEX triplet: 97, 1B and 1B. RGB value is (151,27,27). Sum of RGB (Red+Green+Blue) = 151+27+27=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #971B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B1B is #68E4E4. Grayscale: #404040. Windows color (decimal): -6874341 or 1776535. OLE color: 1776535.

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

Color convert

RGB 151 27 27 -
CMYK 0 0.82 0.82 0.41
HSL 0.7% 0.35% -
HSV(B) 0.82% 0.59% -
XYZ 13.35 7.44 1.77 -
YUV 64.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 151 27 27 0 0.82 0.82 0.41 0 0.7 0.35
Hex 97 1B 1B 0 52 52 29 0 46 23
Octal 227 33 33 0 122 122 51 0 106 43
Binary 10010111 11011 11011 0 1010010 1010010 101001 0 1000110 100011

Color Harmonies of #971B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B1B

Black with #971B1B

Text Example


Text Example

White with #971B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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