Html Css Color HEX #9B1F19 Mandarian Orange

📋 copy color: '#9B1F19'

red 155 ◦ green 31 ◦ blue 25

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

Shades of Mandarian Orange #9B1F19

Tints of Mandarian Orange #9B1F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.69%

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

R = 73.46%
G = 14.69%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B1F19 (or 0x9B1F19) is known color: Mandarian Orange. HEX triplet: 9B, 1F and 19. RGB value is (155,31,25). Sum of RGB (Red+Green+Blue) = 155+31+25=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1F19 is #64E0E6. Grayscale: #434343. Windows color (decimal): -6611175 or 1646491. OLE color: 1646491.

HSL color Cylindrical-coordinate representation of color #9B1F19: hue angle of 2.77º 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 #9B1F19 is Cyan = 0, Magento = 0.8, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 31 25 -
CMYK 0 0.8 0.84 0.39
HSL 2.77º 0.72% 0.35% -
HSV(B) 2.77º 0.84% 0.61% -
XYZ 14.18 8.02 1.72 -
YUV 67.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 155 31 25 0 0.8 0.84 0.39 2.77 0.72 0.35
Hex 9B 1F 19 0 50 54 27 3 48 23
Octal 233 37 31 0 120 124 47 3 110 43
Binary 10011011 11111 11001 0 1010000 1010100 100111 11 1001000 100011

Color Harmonies of #9B1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1F19

Black with #9B1F19

Text Example


Text Example

White with #9B1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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