Html Css Color HEX #9B2719 Mandarian Orange

📋 copy color: '#9B2719'

red 155 ◦ green 39 ◦ blue 25

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

Shades of Mandarian Orange #9B2719

Tints of Mandarian Orange #9B2719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 70.78%
G = 17.81%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B2719 (or 0x9B2719) is known color: Mandarian Orange. HEX triplet: 9B, 27 and 19. RGB value is (155,39,25). Sum of RGB (Red+Green+Blue) = 155+39+25=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2719 is #64D8E6. Grayscale: #484848. Windows color (decimal): -6609127 or 1648539. OLE color: 1648539.

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

Color convert

RGB 155 39 25 -
CMYK 0 0.75 0.84 0.39
HSL 6.46º 0.72% 0.35% -
HSV(B) 6.46º 0.84% 0.61% -
XYZ 14.42 8.49 1.8 -
YUV 72.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 155 39 25 0 0.75 0.84 0.39 6.46 0.72 0.35
Hex 9B 27 19 0 4B 54 27 6 48 23
Octal 233 47 31 0 113 124 47 6 110 43
Binary 10011011 100111 11001 0 1001011 1010100 100111 110 1001000 100011

Color Harmonies of #9B2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2719

Black with #9B2719

Text Example


Text Example

White with #9B2719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,39,25); }

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

background-color css

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

 a { background-color: rgb(155,39,25); }

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

border-color css

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

 span { border-color: rgb(155,39,25); }

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