Html Css Color HEX #941D1B Mandarian Orange

📋 copy color: '#941D1B'

red 148 ◦ green 29 ◦ blue 27

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

Shades of Mandarian Orange #941D1B

Tints of Mandarian Orange #941D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.24%

R = 72.55%
G = 14.22%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#941D1B (or 0x941D1B) is known color: Mandarian Orange. HEX triplet: 94, 1D and 1B. RGB value is (148,29,27). Sum of RGB (Red+Green+Blue) = 148+29+27=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #941D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941D1B is #6BE2E4. Grayscale: #404040. Windows color (decimal): -7070437 or 1777044. OLE color: 1777044.

HSL color Cylindrical-coordinate representation of color #941D1B: hue angle of 0.99º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941D1B is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 29 27 -
CMYK 0 0.80 0.82 0.42
HSL 0.99º 0.69% 0.34% -
HSV(B) 0.99º 0.82% 0.58% -
XYZ 12.85 7.25 1.76 -
YUV 64.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 148 29 27 0 0.80 0.82 0.42 0.99 0.69 0.34
Hex 94 1D 1B 0 50 52 2A 1 45 22
Octal 224 35 33 0 120 122 52 1 105 42
Binary 10010100 11101 11011 0 1010000 1010010 101010 1 1000101 100010

Color Harmonies of #941D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941D1B

Black with #941D1B

Text Example


Text Example

White with #941D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941D1B; }

 p { color: rgb(148,29,27); }

 H1.HeaderClassName
 {
   color: #941D1B;
 }
 .AnyTagClassName
 {
   color: #941D1B;
 }
</style>

background-color css

<style>
 a { background-color: #941D1B; }

 a { background-color: rgb(148,29,27); }

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

border-color css

<style>
 span { border-color: #941D1B; }

 span { border-color: rgb(148,29,27); }

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