Html Css Color HEX #921717 Mandarian Orange

📋 copy color: '#921717'

red 146 ◦ green 23 ◦ blue 23

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

Shades of Mandarian Orange #921717

Tints of Mandarian Orange #921717

RGB

 RED value IS 146 (57.42% from 255) = 76.04%

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 23 (9.38% from 255) = 11.98%

R = 76.04%
G = 11.98%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#921717 (or 0x921717) is known color: Mandarian Orange. HEX triplet: 92, 17 and 17. RGB value is (146,23,23). Sum of RGB (Red+Green+Blue) = 146+23+23=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #921717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921717 is #6DE8E8. Grayscale: #3B3B3B. Windows color (decimal): -7203049 or 1513362. OLE color: 1513362.

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

Color convert

RGB 146 23 23 -
CMYK 0 0.84 0.84 0.43
HSL 0.73% 0.33% -
HSV(B) 0.84% 0.57% -
XYZ 12.32 6.79 1.47 -
YUV 59.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 146 23 23 0 0.84 0.84 0.43 0 0.73 0.33
Hex 92 17 17 0 54 54 2B 0 49 21
Octal 222 27 27 0 124 124 53 0 111 41
Binary 10010010 10111 10111 0 1010100 1010100 101011 0 1001001 100001

Color Harmonies of #921717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921717

Black with #921717

Text Example


Text Example

White with #921717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921717; }

 p { color: rgb(146,23,23); }

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

background-color css

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

 a { background-color: rgb(146,23,23); }

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

border-color css

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

 span { border-color: rgb(146,23,23); }

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