Html Css Color HEX #941B1A Mandarian Orange

📋 copy color: '#941B1A'

red 148 ◦ green 27 ◦ blue 26

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

Shades of Mandarian Orange #941B1A

Tints of Mandarian Orange #941B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.43%

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

R = 73.63%
G = 13.43%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#941B1A (or 0x941B1A) is known color: Mandarian Orange. HEX triplet: 94, 1B and 1A. RGB value is (148,27,26). Sum of RGB (Red+Green+Blue) = 148+27+26=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #941B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941B1A is #6BE4E5. Grayscale: #3F3F3F. Windows color (decimal): -7070950 or 1710996. OLE color: 1710996.

HSL color Cylindrical-coordinate representation of color #941B1A: hue angle of 0.49º degrees, saturation: 0.7, 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 #941B1A is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 27 26 -
CMYK 0 0.82 0.82 0.42
HSL 0.49º 0.7% 0.34% -
HSV(B) 0.49º 0.82% 0.58% -
XYZ 12.79 7.15 1.68 -
YUV 63.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 148 27 26 0 0.82 0.82 0.42 0.49 0.7 0.34
Hex 94 1B 1A 0 52 52 2A 0 46 22
Octal 224 33 32 0 122 122 52 0 106 42
Binary 10010100 11011 11010 0 1010010 1010010 101010 0 1000110 100010

Color Harmonies of #941B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941B1A

Black with #941B1A

Text Example


Text Example

White with #941B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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