Html Css Color HEX #912927 Mandarian Orange

📋 copy color: '#912927'

red 145 ◦ green 41 ◦ blue 39

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

Shades of Mandarian Orange #912927

Tints of Mandarian Orange #912927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.33%

R = 64.44%
G = 18.22%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#912927 (or 0x912927) is known color: Mandarian Orange. HEX triplet: 91, 29 and 27. RGB value is (145,41,39). Sum of RGB (Red+Green+Blue) = 145+41+39=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #912927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912927 is #6ED6D8. Grayscale: #474747. Windows color (decimal): -7263961 or 2566545. OLE color: 2566545.

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

Color convert

RGB 145 41 39 -
CMYK 0 0.72 0.73 0.43
HSL 1.13º 0.58% 0.36% -
HSV(B) 1.13º 0.73% 0.57% -
XYZ 12.84 7.75 2.74 -
YUV 71.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 145 41 39 0 0.72 0.73 0.43 1.13 0.58 0.36
Hex 91 29 27 0 48 49 2B 1 3A 24
Octal 221 51 47 0 110 111 53 1 72 44
Binary 10010001 101001 100111 0 1001000 1001001 101011 1 111010 100100

Color Harmonies of #912927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912927

Black with #912927

Text Example


Text Example

White with #912927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912927; }

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

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

background-color css

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

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

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

border-color css

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

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

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