Html Css Color HEX #96241F Mandarian Orange

📋 copy color: '#96241F'

red 150 ◦ green 36 ◦ blue 31

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

Shades of Mandarian Orange #96241F

Tints of Mandarian Orange #96241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

 BLUE value IS 31 (12.5% from 255) = 14.29%

R = 69.12%
G = 16.59%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#96241F (or 0x96241F) is known color: Mandarian Orange. HEX triplet: 96, 24 and 1F. RGB value is (150,36,31). Sum of RGB (Red+Green+Blue) = 150+36+31=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96241F is #69DBE0. Grayscale: #454545. Windows color (decimal): -6937569 or 2040982. OLE color: 2040982.

HSL color Cylindrical-coordinate representation of color #96241F: hue angle of 2.52º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96241F is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 31 -
CMYK 0 0.76 0.79 0.41
HSL 2.52º 0.66% 0.35% -
HSV(B) 2.52º 0.79% 0.59% -
XYZ 13.46 7.84 2.1 -
YUV 69.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 150 36 31 0 0.76 0.79 0.41 2.52 0.66 0.35
Hex 96 24 1F 0 4C 4F 29 3 42 23
Octal 226 44 37 0 114 117 51 3 102 43
Binary 10010110 100100 11111 0 1001100 1001111 101001 11 1000010 100011

Color Harmonies of #96241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96241F

Black with #96241F

Text Example


Text Example

White with #96241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96241F; }

 p { color: rgb(150,36,31); }

 H1.HeaderClassName
 {
   color: #96241F;
 }
 .AnyTagClassName
 {
   color: #96241F;
 }
</style>

background-color css

<style>
 a { background-color: #96241F; }

 a { background-color: rgb(150,36,31); }

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

border-color css

<style>
 span { border-color: #96241F; }

 span { border-color: rgb(150,36,31); }

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