Html Css Color HEX #96231D Mandarian Orange

📋 copy color: '#96231D'

red 150 ◦ green 35 ◦ blue 29

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

Shades of Mandarian Orange #96231D

Tints of Mandarian Orange #96231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.55%

R = 70.09%
G = 16.36%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96231D (or 0x96231D) is known color: Mandarian Orange. HEX triplet: 96, 23 and 1D. RGB value is (150,35,29). Sum of RGB (Red+Green+Blue) = 150+35+29=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #96231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96231D is #69DCE2. Grayscale: #444444. Windows color (decimal): -6937827 or 1909654. OLE color: 1909654.

HSL color Cylindrical-coordinate representation of color #96231D: hue angle of 2.98º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96231D is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 29 -
CMYK 0 0.77 0.81 0.41
HSL 2.98º 0.68% 0.35% -
HSV(B) 2.98º 0.81% 0.59% -
XYZ 13.4 7.77 1.96 -
YUV 68.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 150 35 29 0 0.77 0.81 0.41 2.98 0.68 0.35
Hex 96 23 1D 0 4D 51 29 3 44 23
Octal 226 43 35 0 115 121 51 3 104 43
Binary 10010110 100011 11101 0 1001101 1010001 101001 11 1000100 100011

Color Harmonies of #96231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96231D

Black with #96231D

Text Example


Text Example

White with #96231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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