Html Css Color HEX #942A1F Mandarian Orange

📋 copy color: '#942A1F'

red 148 ◦ green 42 ◦ blue 31

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

Shades of Mandarian Orange #942A1F

Tints of Mandarian Orange #942A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 66.97%
G = 19%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#942A1F (or 0x942A1F) is known color: Mandarian Orange. HEX triplet: 94, 2A and 1F. RGB value is (148,42,31). Sum of RGB (Red+Green+Blue) = 148+42+31=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #942A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A1F is #6BD5E0. Grayscale: #484848. Windows color (decimal): -7067105 or 2042516. OLE color: 2042516.

HSL color Cylindrical-coordinate representation of color #942A1F: hue angle of 5.64º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942A1F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 31 -
CMYK 0 0.72 0.79 0.42
HSL 5.64º 0.65% 0.35% -
HSV(B) 5.64º 0.79% 0.58% -
XYZ 13.29 8.05 2.15 -
YUV 72.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 148 42 31 0 0.72 0.79 0.42 5.64 0.65 0.35
Hex 94 2A 1F 0 48 4F 2A 6 41 23
Octal 224 52 37 0 110 117 52 6 101 43
Binary 10010100 101010 11111 0 1001000 1001111 101010 110 1000001 100011

Color Harmonies of #942A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A1F

Black with #942A1F

Text Example


Text Example

White with #942A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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