Html Css Color HEX #96271E Mandarian Orange

📋 copy color: '#96271E'

red 150 ◦ green 39 ◦ blue 30

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

Shades of Mandarian Orange #96271E

Tints of Mandarian Orange #96271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 68.49%
G = 17.81%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96271E (or 0x96271E) is known color: Mandarian Orange. HEX triplet: 96, 27 and 1E. RGB value is (150,39,30). Sum of RGB (Red+Green+Blue) = 150+39+30=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #96271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96271E is #69D8E1. Grayscale: #474747. Windows color (decimal): -6936802 or 1976214. OLE color: 1976214.

HSL color Cylindrical-coordinate representation of color #96271E: hue angle of 4.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96271E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 39 30 -
CMYK 0 0.74 0.80 0.41
HSL 4.5º 0.67% 0.35% -
HSV(B) 4.5º 0.8% 0.59% -
XYZ 13.54 8.03 2.06 -
YUV 71.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 150 39 30 0 0.74 0.80 0.41 4.5 0.67 0.35
Hex 96 27 1E 0 4A 50 29 4 43 23
Octal 226 47 36 0 112 120 51 4 103 43
Binary 10010110 100111 11110 0 1001010 1010000 101001 100 1000011 100011

Color Harmonies of #96271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96271E

Black with #96271E

Text Example


Text Example

White with #96271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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