Html Css Color HEX #8C0507 Sangria

📋 copy color: '#8C0507'

red 140 ◦ green 5 ◦ blue 7

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

Shades of Sangria #8C0507

Tints of Sangria #8C0507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.61%

R = 92.11%
G = 3.29%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#8C0507 (or 0x8C0507) is known color: Sangria. HEX triplet: 8C, 05 and 07. RGB value is (140,5,7). Sum of RGB (Red+Green+Blue) = 140+5+7=152 (20% of max value = 765). Red value is 140 (55.08% from 255 or 92.11% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0507 is #73FAF8. Grayscale: #2D2D2D. Windows color (decimal): -7600889 or 460172. OLE color: 460172.

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

Color convert

RGB 140 5 7 -
CMYK 0 0.96 0.95 0.45
HSL 359.11º 0.93% 0.28% -
HSV(B) 359.11º 0.96% 0.55% -
XYZ 10.91 5.7 0.73 -
YUV 45.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 140 5 7 0 0.96 0.95 0.45 359.11 0.93 0.28
Hex 8C 5 7 0 60 5F 2D 167 5D 1C
Octal 214 5 7 0 140 137 55 547 135 34
Binary 10001100 101 111 0 1100000 1011111 101101 101100111 1011101 11100

Color Harmonies of #8C0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0507

Black with #8C0507

Text Example


Text Example

White with #8C0507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,7); }

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

background-color css

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

 a { background-color: rgb(140,5,7); }

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

border-color css

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

 span { border-color: rgb(140,5,7); }

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