Html Css Color HEX #95291C Mandarian Orange

📋 copy color: '#95291C'

red 149 ◦ green 41 ◦ blue 28

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

Shades of Mandarian Orange #95291C

Tints of Mandarian Orange #95291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

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

R = 68.35%
G = 18.81%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95291C (or 0x95291C) is known color: Mandarian Orange. HEX triplet: 95, 29 and 1C. RGB value is (149,41,28). Sum of RGB (Red+Green+Blue) = 149+41+28=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #95291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95291C is #6AD6E3. Grayscale: #474747. Windows color (decimal): -7001828 or 1845653. OLE color: 1845653.

HSL color Cylindrical-coordinate representation of color #95291C: hue angle of 6.45º 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 #95291C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 28 -
CMYK 0 0.72 0.81 0.42
HSL 6.45º 0.68% 0.35% -
HSV(B) 6.45º 0.81% 0.58% -
XYZ 13.4 8.06 1.95 -
YUV 71.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 149 41 28 0 0.72 0.81 0.42 6.45 0.68 0.35
Hex 95 29 1C 0 48 51 2A 6 44 23
Octal 225 51 34 0 110 121 52 6 104 43
Binary 10010101 101001 11100 0 1001000 1010001 101010 110 1000100 100011

Color Harmonies of #95291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95291C

Black with #95291C

Text Example


Text Example

White with #95291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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