Html Css Color HEX #96271C Mandarian Orange

📋 copy color: '#96271C'

red 150 ◦ green 39 ◦ blue 28

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

Shades of Mandarian Orange #96271C

Tints of Mandarian Orange #96271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.97%

 BLUE value IS 28 (11.33% from 255) = 12.9%

R = 69.12%
G = 17.97%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96271C (or 0x96271C) is known color: Mandarian Orange. HEX triplet: 96, 27 and 1C. RGB value is (150,39,28). Sum of RGB (Red+Green+Blue) = 150+39+28=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96271C is #69D8E3. Grayscale: #474747. Windows color (decimal): -6936804 or 1845142. OLE color: 1845142.

HSL color Cylindrical-coordinate representation of color #96271C: hue angle of 5.41º degrees, saturation: 0.69, 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 #96271C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 39 28 -
CMYK 0 0.74 0.81 0.41
HSL 5.41º 0.69% 0.35% -
HSV(B) 5.41º 0.81% 0.59% -
XYZ 13.51 8.02 1.93 -
YUV 70.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 150 39 28 0 0.74 0.81 0.41 5.41 0.69 0.35
Hex 96 27 1C 0 4A 51 29 5 45 23
Octal 226 47 34 0 112 121 51 5 105 43
Binary 10010110 100111 11100 0 1001010 1010001 101001 101 1000101 100011

Color Harmonies of #96271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96271C

Black with #96271C

Text Example


Text Example

White with #96271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96271C; }

 p { color: rgb(150,39,28); }

 H1.HeaderClassName
 {
   color: #96271C;
 }
 .AnyTagClassName
 {
   color: #96271C;
 }
</style>

background-color css

<style>
 a { background-color: #96271C; }

 a { background-color: rgb(150,39,28); }

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

border-color css

<style>
 span { border-color: #96271C; }

 span { border-color: rgb(150,39,28); }

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