Html Css Color HEX #932A1D Mandarian Orange

📋 copy color: '#932A1D'

red 147 ◦ green 42 ◦ blue 29

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

Shades of Mandarian Orange #932A1D

Tints of Mandarian Orange #932A1D

RGB

 RED value IS 147 (57.81% from 255) = 67.43%

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 67.43%
G = 19.27%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#932A1D (or 0x932A1D) is known color: Mandarian Orange. HEX triplet: 93, 2A and 1D. RGB value is (147,42,29). Sum of RGB (Red+Green+Blue) = 147+42+29=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #932A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932A1D is #6CD5E2. Grayscale: #484848. Windows color (decimal): -7132643 or 1911443. OLE color: 1911443.

HSL color Cylindrical-coordinate representation of color #932A1D: hue angle of 6.61º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #932A1D is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 42 29 -
CMYK 0 0.71 0.80 0.42
HSL 6.61º 0.67% 0.35% -
HSV(B) 6.61º 0.8% 0.58% -
XYZ 13.08 7.95 2.01 -
YUV 71.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 147 42 29 0 0.71 0.80 0.42 6.61 0.67 0.35
Hex 93 2A 1D 0 47 50 2A 7 43 23
Octal 223 52 35 0 107 120 52 7 103 43
Binary 10010011 101010 11101 0 1000111 1010000 101010 111 1000011 100011

Color Harmonies of #932A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932A1D

Black with #932A1D

Text Example


Text Example

White with #932A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932A1D; }

 p { color: rgb(147,42,29); }

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

background-color css

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

 a { background-color: rgb(147,42,29); }

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

border-color css

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

 span { border-color: rgb(147,42,29); }

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