Html Css Color HEX #941014 Sangria

📋 copy color: '#941014'

red 148 ◦ green 16 ◦ blue 20

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

Shades of Sangria #941014

Tints of Sangria #941014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 80.43%
G = 8.7%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#941014 (or 0x941014) is known color: Sangria. HEX triplet: 94, 10 and 14. RGB value is (148,16,20). Sum of RGB (Red+Green+Blue) = 148+16+20=184 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.43% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 148 - color contains mainly: red. Hex color #941014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941014 is #6BEFEB. Grayscale: #383838. Windows color (decimal): -7073772 or 1314964. OLE color: 1314964.

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

Color convert

RGB 148 16 20 -
CMYK 0 0.89 0.86 0.42
HSL 358.18º 0.8% 0.32% -
HSV(B) 358.18º 0.89% 0.58% -
XYZ 12.52 6.72 1.3 -
YUV 55.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 148 16 20 0 0.89 0.86 0.42 358.18 0.8 0.32
Hex 94 10 14 0 59 56 2A 166 50 20
Octal 224 20 24 0 131 126 52 546 120 40
Binary 10010100 10000 10100 0 1011001 1010110 101010 101100110 1010000 100000

Color Harmonies of #941014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941014

Black with #941014

Text Example


Text Example

White with #941014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941014; }

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

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

background-color css

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

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

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

border-color css

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

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

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