Html Css Color HEX #942A27 Mandarian Orange

📋 copy color: '#942A27'

red 148 ◦ green 42 ◦ blue 39

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

Shades of Mandarian Orange #942A27

Tints of Mandarian Orange #942A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.34%

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

R = 64.63%
G = 18.34%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#942A27 (or 0x942A27) is known color: Mandarian Orange. HEX triplet: 94, 2A and 27. RGB value is (148,42,39). Sum of RGB (Red+Green+Blue) = 148+42+39=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #942A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A27 is #6BD5D8. Grayscale: #494949. Windows color (decimal): -7067097 or 2566804. OLE color: 2566804.

HSL color Cylindrical-coordinate representation of color #942A27: hue angle of 1.65º 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 #942A27 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 39 -
CMYK 0 0.72 0.74 0.42
HSL 1.65º 0.58% 0.37% -
HSV(B) 1.65º 0.74% 0.58% -
XYZ 13.41 8.1 2.78 -
YUV 73.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 148 42 39 0 0.72 0.74 0.42 1.65 0.58 0.37
Hex 94 2A 27 0 48 4A 2A 2 3A 25
Octal 224 52 47 0 110 112 52 2 72 45
Binary 10010100 101010 100111 0 1001000 1001010 101010 10 111010 100101

Color Harmonies of #942A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A27

Black with #942A27

Text Example


Text Example

White with #942A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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