Html Css Color HEX #95281C Mandarian Orange

📋 copy color: '#95281C'

red 149 ◦ green 40 ◦ blue 28

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

Shades of Mandarian Orange #95281C

Tints of Mandarian Orange #95281C

RGB

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

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

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

R = 68.66%
G = 18.43%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95281C (or 0x95281C) is known color: Mandarian Orange. HEX triplet: 95, 28 and 1C. RGB value is (149,40,28). Sum of RGB (Red+Green+Blue) = 149+40+28=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #95281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95281C is #6AD7E3. Grayscale: #474747. Windows color (decimal): -7002084 or 1845397. OLE color: 1845397.

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

Color convert

RGB 149 40 28 -
CMYK 0 0.73 0.81 0.42
HSL 5.95º 0.68% 0.35% -
HSV(B) 5.95º 0.81% 0.58% -
XYZ 13.36 7.99 1.94 -
YUV 71.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 149 40 28 0 0.73 0.81 0.42 5.95 0.68 0.35
Hex 95 28 1C 0 49 51 2A 6 44 23
Octal 225 50 34 0 111 121 52 6 104 43
Binary 10010101 101000 11100 0 1001001 1010001 101010 110 1000100 100011

Color Harmonies of #95281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95281C

Black with #95281C

Text Example


Text Example

White with #95281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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