Html Css Color HEX #9C271D Mandarian Orange

📋 copy color: '#9C271D'

red 156 ◦ green 39 ◦ blue 29

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

Shades of Mandarian Orange #9C271D

Tints of Mandarian Orange #9C271D

RGB

 RED value IS 156 (61.33% from 255) = 69.64%

 GREEN value IS 39 (15.63% from 255) = 17.41%

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 69.64%
G = 17.41%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C271D (or 0x9C271D) is known color: Mandarian Orange. HEX triplet: 9C, 27 and 1D. RGB value is (156,39,29). Sum of RGB (Red+Green+Blue) = 156+39+29=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C271D is #63D8E2. Grayscale: #494949. Windows color (decimal): -6543587 or 1910684. OLE color: 1910684.

HSL color Cylindrical-coordinate representation of color #9C271D: hue angle of 4.72º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C271D is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 39 29 -
CMYK 0 0.75 0.81 0.39
HSL 4.72º 0.69% 0.36% -
HSV(B) 4.72º 0.81% 0.61% -
XYZ 14.66 8.61 2.05 -
YUV 72.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 156 39 29 0 0.75 0.81 0.39 4.72 0.69 0.36
Hex 9C 27 1D 0 4B 51 27 5 45 24
Octal 234 47 35 0 113 121 47 5 105 44
Binary 10011100 100111 11101 0 1001011 1010001 100111 101 1000101 100100

Color Harmonies of #9C271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C271D

Black with #9C271D

Text Example


Text Example

White with #9C271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C271D; }

 p { color: rgb(156,39,29); }

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

background-color css

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

 a { background-color: rgb(156,39,29); }

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

border-color css

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

 span { border-color: rgb(156,39,29); }

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