Html Css Color HEX #952525 Mandarian Orange

📋 copy color: '#952525'

red 149 ◦ green 37 ◦ blue 37

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

Shades of Mandarian Orange #952525

Tints of Mandarian Orange #952525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

 BLUE value IS 37 (14.84% from 255) = 16.59%

R = 66.82%
G = 16.59%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#952525 (or 0x952525) is known color: Mandarian Orange. HEX triplet: 95, 25 and 25. RGB value is (149,37,37). Sum of RGB (Red+Green+Blue) = 149+37+37=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #952525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952525 is #6ADADA. Grayscale: #464646. Windows color (decimal): -7002843 or 2434453. OLE color: 2434453.

HSL color Cylindrical-coordinate representation of color #952525: hue angle of 0º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952525 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 37 -
CMYK 0 0.75 0.75 0.42
HSL 0.6% 0.36% -
HSV(B) 0.75% 0.58% -
XYZ 13.39 7.85 2.56 -
YUV 70.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 149 37 37 0 0.75 0.75 0.42 0 0.6 0.36
Hex 95 25 25 0 4B 4B 2A 0 3C 24
Octal 225 45 45 0 113 113 52 0 74 44
Binary 10010101 100101 100101 0 1001011 1001011 101010 0 111100 100100

Color Harmonies of #952525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952525

Black with #952525

Text Example


Text Example

White with #952525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952525; }

 p { color: rgb(149,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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