Html Css Color HEX #8C0104 Sangria

📋 copy color: '#8C0104'

red 140 ◦ green 1 ◦ blue 4

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

Shades of Sangria #8C0104

Tints of Sangria #8C0104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 96.55%
G = 0.69%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C0104 (or 0x8C0104) is known color: Sangria. HEX triplet: 8C, 01 and 04. RGB value is (140,1,4). Sum of RGB (Red+Green+Blue) = 140+1+4=145 (19% of max value = 765). Red value is 140 (55.08% from 255 or 96.55% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0104 is #73FEFB. Grayscale: #2B2B2B. Windows color (decimal): -7601916 or 262540. OLE color: 262540.

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

Color convert

RGB 140 1 4 -
CMYK 0 0.99 0.97 0.45
HSL 358.71º 0.99% 0.28% -
HSV(B) 358.71º 0.99% 0.55% -
XYZ 10.85 5.61 0.63 -
YUV 42.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 140 1 4 0 0.99 0.97 0.45 358.71 0.99 0.28
Hex 8C 1 4 0 63 61 2D 167 63 1C
Octal 214 1 4 0 143 141 55 547 143 34
Binary 10001100 1 100 0 1100011 1100001 101101 101100111 1100011 11100

Color Harmonies of #8C0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0104

Black with #8C0104

Text Example


Text Example

White with #8C0104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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