Html Css Color HEX #941213 Sangria

📋 copy color: '#941213'

red 148 ◦ green 18 ◦ blue 19

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

Shades of Sangria #941213

Tints of Sangria #941213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

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

R = 80%
G = 9.73%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#941213 (or 0x941213) is known color: Sangria. HEX triplet: 94, 12 and 13. RGB value is (148,18,19). Sum of RGB (Red+Green+Blue) = 148+18+19=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #941213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941213 is #6BEDEC. Grayscale: #393939. Windows color (decimal): -7073261 or 1249940. OLE color: 1249940.

HSL color Cylindrical-coordinate representation of color #941213: hue angle of 359.54º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941213 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 18 19 -
CMYK 0 0.88 0.87 0.42
HSL 359.54º 0.78% 0.33% -
HSV(B) 359.54º 0.88% 0.58% -
XYZ 12.55 6.78 1.26 -
YUV 56.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 148 18 19 0 0.88 0.87 0.42 359.54 0.78 0.33
Hex 94 12 13 0 58 57 2A 168 4E 21
Octal 224 22 23 0 130 127 52 550 116 41
Binary 10010100 10010 10011 0 1011000 1010111 101010 101101000 1001110 100001

Color Harmonies of #941213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941213

Black with #941213

Text Example


Text Example

White with #941213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941213; }

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

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

background-color css

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

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

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

border-color css

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

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

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