Html Css Color HEX #912323 Mandarian Orange

📋 copy color: '#912323'

red 145 ◦ green 35 ◦ blue 35

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

Shades of Mandarian Orange #912323

Tints of Mandarian Orange #912323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

 BLUE value IS 35 (14.06% from 255) = 16.28%

R = 67.44%
G = 16.28%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#912323 (or 0x912323) is known color: Mandarian Orange. HEX triplet: 91, 23 and 23. RGB value is (145,35,35). Sum of RGB (Red+Green+Blue) = 145+35+35=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #912323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912323 is #6EDCDC. Grayscale: #444444. Windows color (decimal): -7265501 or 2302865. OLE color: 2302865.

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

Color convert

RGB 145 35 35 -
CMYK 0 0.76 0.76 0.43
HSL 0.61% 0.35% -
HSV(B) 0.76% 0.57% -
XYZ 12.58 7.34 2.34 -
YUV 67.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 145 35 35 0 0.76 0.76 0.43 0 0.61 0.35
Hex 91 23 23 0 4C 4C 2B 0 3D 23
Octal 221 43 43 0 114 114 53 0 75 43
Binary 10010001 100011 100011 0 1001100 1001100 101011 0 111101 100011

Color Harmonies of #912323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912323

Black with #912323

Text Example


Text Example

White with #912323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912323; }

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

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

background-color css

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

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

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

border-color css

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

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

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