Html Css Color HEX #9B291A Mandarian Orange

📋 copy color: '#9B291A'

red 155 ◦ green 41 ◦ blue 26

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

Shades of Mandarian Orange #9B291A

Tints of Mandarian Orange #9B291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 69.82%
G = 18.47%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B291A (or 0x9B291A) is known color: Mandarian Orange. HEX triplet: 9B, 29 and 1A. RGB value is (155,41,26). Sum of RGB (Red+Green+Blue) = 155+41+26=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B291A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B291A is #64D6E5. Grayscale: #494949. Windows color (decimal): -6608614 or 1714587. OLE color: 1714587.

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

Color convert

RGB 155 41 26 -
CMYK 0 0.74 0.83 0.39
HSL 6.98º 0.71% 0.35% -
HSV(B) 6.98º 0.83% 0.61% -
XYZ 14.5 8.63 1.88 -
YUV 73.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 155 41 26 0 0.74 0.83 0.39 6.98 0.71 0.35
Hex 9B 29 1A 0 4A 53 27 7 47 23
Octal 233 51 32 0 112 123 47 7 107 43
Binary 10011011 101001 11010 0 1001010 1010011 100111 111 1000111 100011

Color Harmonies of #9B291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B291A

Black with #9B291A

Text Example


Text Example

White with #9B291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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