Html Css Color HEX #940B11 Sangria

📋 copy color: '#940B11'

red 148 ◦ green 11 ◦ blue 17

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

Shades of Sangria #940B11

Tints of Sangria #940B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.25%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 84.09%
G = 6.25%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#940B11 (or 0x940B11) is known color: Sangria. HEX triplet: 94, 0B and 11. RGB value is (148,11,17). Sum of RGB (Red+Green+Blue) = 148+11+17=176 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.09% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 148 - color contains mainly: red. Hex color #940B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940B11 is #6BF4EE. Grayscale: #343434. Windows color (decimal): -7075055 or 1117076. OLE color: 1117076.

HSL color Cylindrical-coordinate representation of color #940B11: hue angle of 357.37º 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 #940B11 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 11 17 -
CMYK 0 0.93 0.89 0.42
HSL 357.37º 0.86% 0.31% -
HSV(B) 357.37º 0.93% 0.58% -
XYZ 12.43 6.58 1.14 -
YUV 52.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 148 11 17 0 0.93 0.89 0.42 357.37 0.86 0.31
Hex 94 B 11 0 5D 59 2A 165 56 1F
Octal 224 13 21 0 135 131 52 545 126 37
Binary 10010100 1011 10001 0 1011101 1011001 101010 101100101 1010110 11111

Color Harmonies of #940B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B11

Black with #940B11

Text Example


Text Example

White with #940B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940B11; }

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

 H1.HeaderClassName
 {
   color: #940B11;
 }
 .AnyTagClassName
 {
   color: #940B11;
 }
</style>

background-color css

<style>
 a { background-color: #940B11; }

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

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

border-color css

<style>
 span { border-color: #940B11; }

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

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