Html Css Color HEX #8C0304 Sangria

📋 copy color: '#8C0304'

red 140 ◦ green 3 ◦ blue 4

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

Shades of Sangria #8C0304

Tints of Sangria #8C0304

RGB

 RED value IS 140 (55.08% from 255) = 95.24%

 GREEN value IS 3 (1.56% from 255) = 2.04%

 BLUE value IS 4 (1.95% from 255) = 2.72%

R = 95.24%
G = 2.04%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C0304 (or 0x8C0304) is known color: Sangria. HEX triplet: 8C, 03 and 04. RGB value is (140,3,4). Sum of RGB (Red+Green+Blue) = 140+3+4=147 (19% of max value = 765). Red value is 140 (55.08% from 255 or 95.24% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0304 is #73FCFB. Grayscale: #2C2C2C. Windows color (decimal): -7601404 or 263052. OLE color: 263052.

HSL color Cylindrical-coordinate representation of color #8C0304: hue angle of 359.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0304 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 3 4 -
CMYK 0 0.98 0.97 0.45
HSL 359.56º 0.96% 0.28% -
HSV(B) 359.56º 0.98% 0.55% -
XYZ 10.87 5.65 0.63 -
YUV 44.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 140 3 4 0 0.98 0.97 0.45 359.56 0.96 0.28
Hex 8C 3 4 0 62 61 2D 168 60 1C
Octal 214 3 4 0 142 141 55 550 140 34
Binary 10001100 11 100 0 1100010 1100001 101101 101101000 1100000 11100

Color Harmonies of #8C0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0304

Black with #8C0304

Text Example


Text Example

White with #8C0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C0304; }

 p { color: rgb(140,3,4); }

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

background-color css

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

 a { background-color: rgb(140,3,4); }

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

border-color css

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

 span { border-color: rgb(140,3,4); }

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