Html Css Color HEX #922321 Mandarian Orange

📋 copy color: '#922321'

red 146 ◦ green 35 ◦ blue 33

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

Shades of Mandarian Orange #922321

Tints of Mandarian Orange #922321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.42%

R = 68.22%
G = 16.36%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#922321 (or 0x922321) is known color: Mandarian Orange. HEX triplet: 92, 23 and 21. RGB value is (146,35,33). Sum of RGB (Red+Green+Blue) = 146+35+33=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #922321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922321 is #6DDCDE. Grayscale: #444444. Windows color (decimal): -7199967 or 2171794. OLE color: 2171794.

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

Color convert

RGB 146 35 33 -
CMYK 0 0.76 0.77 0.43
HSL 1.06º 0.63% 0.35% -
HSV(B) 1.06º 0.77% 0.57% -
XYZ 12.73 7.42 2.2 -
YUV 67.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 146 35 33 0 0.76 0.77 0.43 1.06 0.63 0.35
Hex 92 23 21 0 4C 4D 2B 1 3F 23
Octal 222 43 41 0 114 115 53 1 77 43
Binary 10010010 100011 100001 0 1001100 1001101 101011 1 111111 100011

Color Harmonies of #922321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922321

Black with #922321

Text Example


Text Example

White with #922321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922321; }

 p { color: rgb(146,35,33); }

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

background-color css

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

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

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

border-color css

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

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

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