Html Css Color HEX #940512 Sangria

📋 copy color: '#940512'

red 148 ◦ green 5 ◦ blue 18

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

Shades of Sangria #940512

Tints of Sangria #940512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 86.55%
G = 2.92%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#940512 (or 0x940512) is known color: Sangria. HEX triplet: 94, 05 and 12. RGB value is (148,5,18). Sum of RGB (Red+Green+Blue) = 148+5+18=171 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.55% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 148 - color contains mainly: red. Hex color #940512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940512 is #6BFAED. Grayscale: #313131. Windows color (decimal): -7076590 or 1181076. OLE color: 1181076.

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

Color convert

RGB 148 5 18 -
CMYK 0 0.97 0.88 0.42
HSL 354.55º 0.93% 0.3% -
HSV(B) 354.55º 0.97% 0.58% -
XYZ 12.38 6.45 1.16 -
YUV 49.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 148 5 18 0 0.97 0.88 0.42 354.55 0.93 0.3
Hex 94 5 12 0 61 58 2A 163 5D 1E
Octal 224 5 22 0 141 130 52 543 135 36
Binary 10010100 101 10010 0 1100001 1011000 101010 101100011 1011101 11110

Color Harmonies of #940512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940512

Black with #940512

Text Example


Text Example

White with #940512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940512; }

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

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

background-color css

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

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

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

border-color css

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

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

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