Html Css Color HEX #9B2914 Mandarian Orange

📋 copy color: '#9B2914'

red 155 ◦ green 41 ◦ blue 20

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

Shades of Mandarian Orange #9B2914

Tints of Mandarian Orange #9B2914

RGB

 RED value IS 155 (60.94% from 255) = 71.76%

 GREEN value IS 41 (16.41% from 255) = 18.98%

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 71.76%
G = 18.98%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B2914 (or 0x9B2914) is known color: Mandarian Orange. HEX triplet: 9B, 29 and 14. RGB value is (155,41,20). Sum of RGB (Red+Green+Blue) = 155+41+20=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2914 is #64D6EB. Grayscale: #484848. Windows color (decimal): -6608620 or 1321371. OLE color: 1321371.

HSL color Cylindrical-coordinate representation of color #9B2914: hue angle of 9.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B2914 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 41 20 -
CMYK 0 0.74 0.87 0.39
HSL 9.33º 0.77% 0.34% -
HSV(B) 9.33º 0.87% 0.61% -
XYZ 14.44 8.6 1.56 -
YUV 72.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 155 41 20 0 0.74 0.87 0.39 9.33 0.77 0.34
Hex 9B 29 14 0 4A 57 27 9 4D 22
Octal 233 51 24 0 112 127 47 11 115 42
Binary 10011011 101001 10100 0 1001010 1010111 100111 1001 1001101 100010

Color Harmonies of #9B2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2914

Black with #9B2914

Text Example


Text Example

White with #9B2914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,41,20); }

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

background-color css

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

 a { background-color: rgb(155,41,20); }

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

border-color css

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

 span { border-color: rgb(155,41,20); }

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