Html Css Color HEX #921D1A Mandarian Orange

📋 copy color: '#921D1A'

red 146 ◦ green 29 ◦ blue 26

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

Shades of Mandarian Orange #921D1A

Tints of Mandarian Orange #921D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.43%

 BLUE value IS 26 (10.55% from 255) = 12.94%

R = 72.64%
G = 14.43%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#921D1A (or 0x921D1A) is known color: Mandarian Orange. HEX triplet: 92, 1D and 1A. RGB value is (146,29,26). Sum of RGB (Red+Green+Blue) = 146+29+26=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #921D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921D1A is #6DE2E5. Grayscale: #3F3F3F. Windows color (decimal): -7201510 or 1711506. OLE color: 1711506.

HSL color Cylindrical-coordinate representation of color #921D1A: hue angle of 1.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921D1A is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 29 26 -
CMYK 0 0.80 0.82 0.43
HSL 1.5º 0.7% 0.34% -
HSV(B) 1.5º 0.82% 0.57% -
XYZ 12.48 7.06 1.68 -
YUV 63.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 146 29 26 0 0.80 0.82 0.43 1.5 0.7 0.34
Hex 92 1D 1A 0 50 52 2B 2 46 22
Octal 222 35 32 0 120 122 53 2 106 42
Binary 10010010 11101 11010 0 1010000 1010010 101011 10 1000110 100010

Color Harmonies of #921D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921D1A

Black with #921D1A

Text Example


Text Example

White with #921D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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