Html Css Color HEX #922A1D Mandarian Orange

📋 copy color: '#922A1D'

red 146 ◦ green 42 ◦ blue 29

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

Shades of Mandarian Orange #922A1D

Tints of Mandarian Orange #922A1D

RGB

 RED value IS 146 (57.42% from 255) = 67.28%

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

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

R = 67.28%
G = 19.35%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#922A1D (or 0x922A1D) is known color: Mandarian Orange. HEX triplet: 92, 2A and 1D. RGB value is (146,42,29). Sum of RGB (Red+Green+Blue) = 146+42+29=217 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.28% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 146 - color contains mainly: red. Hex color #922A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922A1D is #6DD5E2. Grayscale: #474747. Windows color (decimal): -7198179 or 1911442. OLE color: 1911442.

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

Color convert

RGB 146 42 29 -
CMYK 0 0.71 0.80 0.43
HSL 6.67º 0.67% 0.34% -
HSV(B) 6.67º 0.8% 0.57% -
XYZ 12.9 7.86 2 -
YUV 71.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 146 42 29 0 0.71 0.80 0.43 6.67 0.67 0.34
Hex 92 2A 1D 0 47 50 2B 7 43 22
Octal 222 52 35 0 107 120 53 7 103 42
Binary 10010010 101010 11101 0 1000111 1010000 101011 111 1000011 100010

Color Harmonies of #922A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922A1D

Black with #922A1D

Text Example


Text Example

White with #922A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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