Html Css Color HEX #912525 Mandarian Orange

📋 copy color: '#912525'

red 145 ◦ green 37 ◦ blue 37

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

Shades of Mandarian Orange #912525

Tints of Mandarian Orange #912525

RGB

 RED value IS 145 (57.03% from 255) = 66.21%

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

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

R = 66.21%
G = 16.89%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#912525 (or 0x912525) is known color: Mandarian Orange. HEX triplet: 91, 25 and 25. RGB value is (145,37,37). Sum of RGB (Red+Green+Blue) = 145+37+37=219 (29% of max value = 765). Red value is 145 (57.03% from 255 or 66.21% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 145 - color contains mainly: red. Hex color #912525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912525 is #6EDADA. Grayscale: #454545. Windows color (decimal): -7264987 or 2434449. OLE color: 2434449.

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

Color convert

RGB 145 37 37 -
CMYK 0 0.74 0.74 0.43
HSL 0.59% 0.36% -
HSV(B) 0.74% 0.57% -
XYZ 12.67 7.48 2.53 -
YUV 69.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 145 37 37 0 0.74 0.74 0.43 0 0.59 0.36
Hex 91 25 25 0 4A 4A 2B 0 3B 24
Octal 221 45 45 0 112 112 53 0 73 44
Binary 10010001 100101 100101 0 1001010 1001010 101011 0 111011 100100

Color Harmonies of #912525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912525

Black with #912525

Text Example


Text Example

White with #912525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912525; }

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

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

background-color css

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

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

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

border-color css

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

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

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