Html Css Color HEX #941013 Sangria

📋 copy color: '#941013'

red 148 ◦ green 16 ◦ blue 19

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

Shades of Sangria #941013

Tints of Sangria #941013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

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

R = 80.87%
G = 8.74%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#941013 (or 0x941013) is known color: Sangria. HEX triplet: 94, 10 and 13. RGB value is (148,16,19). Sum of RGB (Red+Green+Blue) = 148+16+19=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #941013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941013 is #6BEFEC. Grayscale: #373737. Windows color (decimal): -7073773 or 1249428. OLE color: 1249428.

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

Color convert

RGB 148 16 19 -
CMYK 0 0.89 0.87 0.42
HSL 358.64º 0.8% 0.32% -
HSV(B) 358.64º 0.89% 0.58% -
XYZ 12.52 6.71 1.25 -
YUV 55.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 148 16 19 0 0.89 0.87 0.42 358.64 0.8 0.32
Hex 94 10 13 0 59 57 2A 167 50 20
Octal 224 20 23 0 131 127 52 547 120 40
Binary 10010100 10000 10011 0 1011001 1010111 101010 101100111 1010000 100000

Color Harmonies of #941013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941013

Black with #941013

Text Example


Text Example

White with #941013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941013; }

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

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

background-color css

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

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

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

border-color css

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

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

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