Html Css Color HEX #912929 Mandarian Orange

📋 copy color: '#912929'

red 145 ◦ green 41 ◦ blue 41

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

Shades of Mandarian Orange #912929

Tints of Mandarian Orange #912929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.06%

R = 63.88%
G = 18.06%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#912929 (or 0x912929) is known color: Mandarian Orange. HEX triplet: 91, 29 and 29. RGB value is (145,41,41). Sum of RGB (Red+Green+Blue) = 145+41+41=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #912929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912929 is #6ED6D6. Grayscale: #484848. Windows color (decimal): -7263959 or 2697617. OLE color: 2697617.

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

Color convert

RGB 145 41 41 -
CMYK 0 0.72 0.72 0.43
HSL 0.56% 0.36% -
HSV(B) 0.72% 0.57% -
XYZ 12.87 7.77 2.92 -
YUV 72.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 145 41 41 0 0.72 0.72 0.43 0 0.56 0.36
Hex 91 29 29 0 48 48 2B 0 38 24
Octal 221 51 51 0 110 110 53 0 70 44
Binary 10010001 101001 101001 0 1001000 1001000 101011 0 111000 100100

Color Harmonies of #912929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912929

Black with #912929

Text Example


Text Example

White with #912929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912929; }

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

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

background-color css

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

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

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

border-color css

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

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

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