Html Css Color HEX #941D0B Falu Red

📋 copy color: '#941D0B'

red 148 ◦ green 29 ◦ blue 11

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

Shades of Falu Red #941D0B

Tints of Falu Red #941D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 78.72%
G = 15.43%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#941D0B (or 0x941D0B) is known color: Falu Red. HEX triplet: 94, 1D and 0B. RGB value is (148,29,11). Sum of RGB (Red+Green+Blue) = 148+29+11=188 (24% of max value = 765). Red value is 148 (58.20% from 255 or 78.72% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 148 - color contains mainly: red. Hex color #941D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941D0B is #6BE2F4. Grayscale: #3E3E3E. Windows color (decimal): -7070453 or 728468. OLE color: 728468.

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

Color convert

RGB 148 29 11 -
CMYK 0 0.80 0.93 0.42
HSL 7.88º 0.86% 0.31% -
HSV(B) 7.88º 0.93% 0.58% -
XYZ 12.71 7.2 1.04 -
YUV 62.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 148 29 11 0 0.80 0.93 0.42 7.88 0.86 0.31
Hex 94 1D B 0 50 5D 2A 8 56 1F
Octal 224 35 13 0 120 135 52 10 126 37
Binary 10010100 11101 1011 0 1010000 1011101 101010 1000 1010110 11111

Color Harmonies of #941D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941D0B

Black with #941D0B

Text Example


Text Example

White with #941D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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