Html Css Color HEX #942819 Mandarian Orange

📋 copy color: '#942819'

red 148 ◦ green 40 ◦ blue 25

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

Shades of Mandarian Orange #942819

Tints of Mandarian Orange #942819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

 BLUE value IS 25 (10.16% from 255) = 11.74%

R = 69.48%
G = 18.78%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#942819 (or 0x942819) is known color: Mandarian Orange. HEX triplet: 94, 28 and 19. RGB value is (148,40,25). Sum of RGB (Red+Green+Blue) = 148+40+25=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #942819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942819 is #6BD7E6. Grayscale: #464646. Windows color (decimal): -7067623 or 1648788. OLE color: 1648788.

HSL color Cylindrical-coordinate representation of color #942819: hue angle of 7.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #942819 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 40 25 -
CMYK 0 0.73 0.83 0.42
HSL 7.32º 0.71% 0.34% -
HSV(B) 7.32º 0.83% 0.58% -
XYZ 13.15 7.88 1.75 -
YUV 70.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 148 40 25 0 0.73 0.83 0.42 7.32 0.71 0.34
Hex 94 28 19 0 49 53 2A 7 47 22
Octal 224 50 31 0 111 123 52 7 107 42
Binary 10010100 101000 11001 0 1001001 1010011 101010 111 1000111 100010

Color Harmonies of #942819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942819

Black with #942819

Text Example


Text Example

White with #942819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942819; }

 p { color: rgb(148,40,25); }

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

background-color css

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

 a { background-color: rgb(148,40,25); }

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

border-color css

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

 span { border-color: rgb(148,40,25); }

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