Html Css Color HEX #95281F Mandarian Orange

📋 copy color: '#95281F'

red 149 ◦ green 40 ◦ blue 31

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

Shades of Mandarian Orange #95281F

Tints of Mandarian Orange #95281F

RGB

 RED value IS 149 (58.59% from 255) = 67.73%

 GREEN value IS 40 (16.02% from 255) = 18.18%

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

R = 67.73%
G = 18.18%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#95281F (or 0x95281F) is known color: Mandarian Orange. HEX triplet: 95, 28 and 1F. RGB value is (149,40,31). Sum of RGB (Red+Green+Blue) = 149+40+31=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #95281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95281F is #6AD7E0. Grayscale: #474747. Windows color (decimal): -7002081 or 2042005. OLE color: 2042005.

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

Color convert

RGB 149 40 31 -
CMYK 0 0.73 0.79 0.42
HSL 4.58º 0.66% 0.35% -
HSV(B) 4.58º 0.79% 0.58% -
XYZ 13.4 8.01 2.14 -
YUV 71.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 149 40 31 0 0.73 0.79 0.42 4.58 0.66 0.35
Hex 95 28 1F 0 49 4F 2A 5 42 23
Octal 225 50 37 0 111 117 52 5 102 43
Binary 10010101 101000 11111 0 1001001 1001111 101010 101 1000010 100011

Color Harmonies of #95281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95281F

Black with #95281F

Text Example


Text Example

White with #95281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,40,31); }

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

background-color css

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

 a { background-color: rgb(149,40,31); }

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

border-color css

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

 span { border-color: rgb(149,40,31); }

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