Html Css Color HEX #96281B Mandarian Orange

📋 copy color: '#96281B'

red 150 ◦ green 40 ◦ blue 27

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

Shades of Mandarian Orange #96281B

Tints of Mandarian Orange #96281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

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

R = 69.12%
G = 18.43%
B = 12.44%

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

#96281B (or 0x96281B) is known color: Mandarian Orange. HEX triplet: 96, 28 and 1B. RGB value is (150,40,27). Sum of RGB (Red+Green+Blue) = 150+40+27=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96281B is #69D7E4. Grayscale: #474747. Windows color (decimal): -6936549 or 1779862. OLE color: 1779862.

HSL color Cylindrical-coordinate representation of color #96281B: hue angle of 6.34º 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 #96281B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 40 27 -
CMYK 0 0.73 0.82 0.41
HSL 6.34º 0.69% 0.35% -
HSV(B) 6.34º 0.82% 0.59% -
XYZ 13.53 8.08 1.88 -
YUV 71.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 150 40 27 0 0.73 0.82 0.41 6.34 0.69 0.35
Hex 96 28 1B 0 49 52 29 6 45 23
Octal 226 50 33 0 111 122 51 6 105 43
Binary 10010110 101000 11011 0 1001001 1010010 101001 110 1000101 100011

Color Harmonies of #96281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96281B

Black with #96281B

Text Example


Text Example

White with #96281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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