Html Css Color HEX #942827 Mandarian Orange

📋 copy color: '#942827'

red 148 ◦ green 40 ◦ blue 39

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

Shades of Mandarian Orange #942827

Tints of Mandarian Orange #942827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.18%

R = 65.2%
G = 17.62%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#942827 (or 0x942827) is known color: Mandarian Orange. HEX triplet: 94, 28 and 27. RGB value is (148,40,39). Sum of RGB (Red+Green+Blue) = 148+40+39=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #942827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942827 is #6BD7D8. Grayscale: #484848. Windows color (decimal): -7067609 or 2566292. OLE color: 2566292.

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

Color convert

RGB 148 40 39 -
CMYK 0 0.73 0.74 0.42
HSL 0.55º 0.58% 0.37% -
HSV(B) 0.55º 0.74% 0.58% -
XYZ 13.34 7.96 2.75 -
YUV 72.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 148 40 39 0 0.73 0.74 0.42 0.55 0.58 0.37
Hex 94 28 27 0 49 4A 2A 1 3A 25
Octal 224 50 47 0 111 112 52 1 72 45
Binary 10010100 101000 100111 0 1001001 1001010 101010 1 111010 100101

Color Harmonies of #942827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942827

Black with #942827

Text Example


Text Example

White with #942827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942827; }

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

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

background-color css

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

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

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

border-color css

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

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

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