Html Css Color HEX #96291B Mandarian Orange

📋 copy color: '#96291B'

red 150 ◦ green 41 ◦ blue 27

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

Shades of Mandarian Orange #96291B

Tints of Mandarian Orange #96291B

RGB

 RED value IS 150 (58.98% from 255) = 68.81%

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

 BLUE value IS 27 (10.94% from 255) = 12.39%

R = 68.81%
G = 18.81%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96291B (or 0x96291B) is known color: Mandarian Orange. HEX triplet: 96, 29 and 1B. RGB value is (150,41,27). Sum of RGB (Red+Green+Blue) = 150+41+27=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #96291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96291B is #69D6E4. Grayscale: #484848. Windows color (decimal): -6936293 or 1780118. OLE color: 1780118.

HSL color Cylindrical-coordinate representation of color #96291B: hue angle of 6.83º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96291B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 27 -
CMYK 0 0.73 0.82 0.41
HSL 6.83º 0.69% 0.35% -
HSV(B) 6.83º 0.82% 0.59% -
XYZ 13.57 8.15 1.89 -
YUV 72 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 150 41 27 0 0.73 0.82 0.41 6.83 0.69 0.35
Hex 96 29 1B 0 49 52 29 7 45 23
Octal 226 51 33 0 111 122 51 7 105 43
Binary 10010110 101001 11011 0 1001001 1010010 101001 111 1000101 100011

Color Harmonies of #96291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96291B

Black with #96291B

Text Example


Text Example

White with #96291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96291B; }

 p { color: rgb(150,41,27); }

 H1.HeaderClassName
 {
   color: #96291B;
 }
 .AnyTagClassName
 {
   color: #96291B;
 }
</style>

background-color css

<style>
 a { background-color: #96291B; }

 a { background-color: rgb(150,41,27); }

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

border-color css

<style>
 span { border-color: #96291B; }

 span { border-color: rgb(150,41,27); }

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