Html Css Color HEX #940B13 Sangria

📋 copy color: '#940B13'

red 148 ◦ green 11 ◦ blue 19

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

Shades of Sangria #940B13

Tints of Sangria #940B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.67%

R = 83.15%
G = 6.18%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#940B13 (or 0x940B13) is known color: Sangria. HEX triplet: 94, 0B and 13. RGB value is (148,11,19). Sum of RGB (Red+Green+Blue) = 148+11+19=178 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.15% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 148 - color contains mainly: red. Hex color #940B13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940B13 is #6BF4EC. Grayscale: #343434. Windows color (decimal): -7075053 or 1248148. OLE color: 1248148.

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

Color convert

RGB 148 11 19 -
CMYK 0 0.93 0.87 0.42
HSL 356.5º 0.86% 0.31% -
HSV(B) 356.5º 0.93% 0.58% -
XYZ 12.45 6.58 1.23 -
YUV 52.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 148 11 19 0 0.93 0.87 0.42 356.5 0.86 0.31
Hex 94 B 13 0 5D 57 2A 164 56 1F
Octal 224 13 23 0 135 127 52 544 126 37
Binary 10010100 1011 10011 0 1011101 1010111 101010 101100100 1010110 11111

Color Harmonies of #940B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B13

Black with #940B13

Text Example


Text Example

White with #940B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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