Html Css Color HEX #96251D Mandarian Orange

📋 copy color: '#96251D'

red 150 ◦ green 37 ◦ blue 29

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

Shades of Mandarian Orange #96251D

Tints of Mandarian Orange #96251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

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

R = 69.44%
G = 17.13%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96251D (or 0x96251D) is known color: Mandarian Orange. HEX triplet: 96, 25 and 1D. RGB value is (150,37,29). Sum of RGB (Red+Green+Blue) = 150+37+29=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #96251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96251D is #69DAE2. Grayscale: #464646. Windows color (decimal): -6937315 or 1910166. OLE color: 1910166.

HSL color Cylindrical-coordinate representation of color #96251D: hue angle of 3.97º 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 #96251D is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 29 -
CMYK 0 0.75 0.81 0.41
HSL 3.97º 0.68% 0.35% -
HSV(B) 3.97º 0.81% 0.59% -
XYZ 13.46 7.9 1.98 -
YUV 69.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 150 37 29 0 0.75 0.81 0.41 3.97 0.68 0.35
Hex 96 25 1D 0 4B 51 29 4 44 23
Octal 226 45 35 0 113 121 51 4 104 43
Binary 10010110 100101 11101 0 1001011 1010001 101001 100 1000100 100011

Color Harmonies of #96251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96251D

Black with #96251D

Text Example


Text Example

White with #96251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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