Html Css Color HEX #852121 Mandarian Orange

📋 copy color: '#852121'

red 133 ◦ green 33 ◦ blue 33

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

Shades of Mandarian Orange #852121

Tints of Mandarian Orange #852121

RGB

 RED value IS 133 (52.34% from 255) = 66.83%

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 66.83%
G = 16.58%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#852121 (or 0x852121) is known color: Mandarian Orange. HEX triplet: 85, 21 and 21. RGB value is (133,33,33). Sum of RGB (Red+Green+Blue) = 133+33+33=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #852121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852121 is #7ADEDE. Grayscale: #3F3F3F. Windows color (decimal): -8052447 or 2171269. OLE color: 2171269.

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

Color convert

RGB 133 33 33 -
CMYK 0 0.75 0.75 0.48
HSL 0.6% 0.33% -
HSV(B) 0.75% 0.52% -
XYZ 10.49 6.18 2.08 -
YUV 62.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 133 33 33 0 0.75 0.75 0.48 0 0.6 0.33
Hex 85 21 21 0 4B 4B 30 0 3C 21
Octal 205 41 41 0 113 113 60 0 74 41
Binary 10000101 100001 100001 0 1001011 1001011 110000 0 111100 100001

Color Harmonies of #852121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852121

Black with #852121

Text Example


Text Example

White with #852121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852121; }

 p { color: rgb(133,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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