Html Css Color HEX #8C010F Sangria

📋 copy color: '#8C010F'

red 140 ◦ green 1 ◦ blue 15

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

Shades of Sangria #8C010F

Tints of Sangria #8C010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 89.74%
G = 0.64%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C010F (or 0x8C010F) is known color: Sangria. HEX triplet: 8C, 01 and 0F. RGB value is (140,1,15). Sum of RGB (Red+Green+Blue) = 140+1+15=156 (20% of max value = 765). Red value is 140 (55.08% from 255 or 89.74% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 140 - color contains mainly: red. Hex color #8C010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C010F is #73FEF0. Grayscale: #2C2C2C. Windows color (decimal): -7601905 or 983436. OLE color: 983436.

HSL color Cylindrical-coordinate representation of color #8C010F: hue angle of 353.96º 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 #8C010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 1 15 -
CMYK 0 0.99 0.89 0.45
HSL 353.96º 0.99% 0.28% -
HSV(B) 353.96º 0.99% 0.55% -
XYZ 10.91 5.63 0.96 -
YUV 44.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 140 1 15 0 0.99 0.89 0.45 353.96 0.99 0.28
Hex 8C 1 F 0 63 59 2D 162 63 1C
Octal 214 1 17 0 143 131 55 542 143 34
Binary 10001100 1 1111 0 1100011 1011001 101101 101100010 1100011 11100

Color Harmonies of #8C010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C010F

Black with #8C010F

Text Example


Text Example

White with #8C010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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