Html Css Color HEX #96231B Mandarian Orange

📋 copy color: '#96231B'

red 150 ◦ green 35 ◦ blue 27

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

Shades of Mandarian Orange #96231B

Tints of Mandarian Orange #96231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.51%

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

R = 70.75%
G = 16.51%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96231B (or 0x96231B) is known color: Mandarian Orange. HEX triplet: 96, 23 and 1B. RGB value is (150,35,27). Sum of RGB (Red+Green+Blue) = 150+35+27=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96231B is #69DCE4. Grayscale: #444444. Windows color (decimal): -6937829 or 1778582. OLE color: 1778582.

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

Color convert

RGB 150 35 27 -
CMYK 0 0.77 0.82 0.41
HSL 3.9º 0.69% 0.35% -
HSV(B) 3.9º 0.82% 0.59% -
XYZ 13.38 7.77 1.83 -
YUV 68.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 150 35 27 0 0.77 0.82 0.41 3.9 0.69 0.35
Hex 96 23 1B 0 4D 52 29 4 45 23
Octal 226 43 33 0 115 122 51 4 105 43
Binary 10010110 100011 11011 0 1001101 1010010 101001 100 1000101 100011

Color Harmonies of #96231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96231B

Black with #96231B

Text Example


Text Example

White with #96231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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