Html Css Color HEX #942521 Mandarian Orange

📋 copy color: '#942521'

red 148 ◦ green 37 ◦ blue 33

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

Shades of Mandarian Orange #942521

Tints of Mandarian Orange #942521

RGB

 RED value IS 148 (58.2% from 255) = 67.89%

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 67.89%
G = 16.97%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#942521 (or 0x942521) is known color: Mandarian Orange. HEX triplet: 94, 25 and 21. RGB value is (148,37,33). Sum of RGB (Red+Green+Blue) = 148+37+33=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #942521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942521 is #6BDADE. Grayscale: #454545. Windows color (decimal): -7068383 or 2172308. OLE color: 2172308.

HSL color Cylindrical-coordinate representation of color #942521: hue angle of 2.09º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942521 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 37 33 -
CMYK 0 0.75 0.78 0.42
HSL 2.09º 0.64% 0.35% -
HSV(B) 2.09º 0.78% 0.58% -
XYZ 13.15 7.73 2.24 -
YUV 69.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 148 37 33 0 0.75 0.78 0.42 2.09 0.64 0.35
Hex 94 25 21 0 4B 4E 2A 2 40 23
Octal 224 45 41 0 113 116 52 2 100 43
Binary 10010100 100101 100001 0 1001011 1001110 101010 10 1000000 100011

Color Harmonies of #942521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942521

Black with #942521

Text Example


Text Example

White with #942521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942521; }

 p { color: rgb(148,37,33); }

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

background-color css

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

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

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

border-color css

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

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

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