Html Css Color HEX #95281A Mandarian Orange

📋 copy color: '#95281A'

red 149 ◦ green 40 ◦ blue 26

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

Shades of Mandarian Orange #95281A

Tints of Mandarian Orange #95281A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 69.3%
G = 18.6%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95281A (or 0x95281A) is known color: Mandarian Orange. HEX triplet: 95, 28 and 1A. RGB value is (149,40,26). Sum of RGB (Red+Green+Blue) = 149+40+26=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #95281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95281A is #6AD7E5. Grayscale: #474747. Windows color (decimal): -7002086 or 1714325. OLE color: 1714325.

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

Color convert

RGB 149 40 26 -
CMYK 0 0.73 0.83 0.42
HSL 6.83º 0.7% 0.34% -
HSV(B) 6.83º 0.83% 0.58% -
XYZ 13.34 7.98 1.81 -
YUV 71 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 149 40 26 0 0.73 0.83 0.42 6.83 0.7 0.34
Hex 95 28 1A 0 49 53 2A 7 46 22
Octal 225 50 32 0 111 123 52 7 106 42
Binary 10010101 101000 11010 0 1001001 1010011 101010 111 1000110 100010

Color Harmonies of #95281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95281A

Black with #95281A

Text Example


Text Example

White with #95281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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