Html Css Color HEX #8E0607 Sangria

📋 copy color: '#8E0607'

red 142 ◦ green 6 ◦ blue 7

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

Shades of Sangria #8E0607

Tints of Sangria #8E0607

RGB

 RED value IS 142 (55.86% from 255) = 91.61%

 GREEN value IS 6 (2.73% from 255) = 3.87%

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

R = 91.61%
G = 3.87%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#8E0607 (or 0x8E0607) is known color: Sangria. HEX triplet: 8E, 06 and 07. RGB value is (142,6,7). Sum of RGB (Red+Green+Blue) = 142+6+7=155 (20% of max value = 765). Red value is 142 (55.86% from 255 or 91.61% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0607 is #71F9F8. Grayscale: #2E2E2E. Windows color (decimal): -7469561 or 460430. OLE color: 460430.

HSL color Cylindrical-coordinate representation of color #8E0607: hue angle of 359.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0607 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 6 7 -
CMYK 0 0.96 0.95 0.44
HSL 359.56º 0.92% 0.29% -
HSV(B) 359.56º 0.96% 0.56% -
XYZ 11.26 5.9 0.75 -
YUV 46.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 142 6 7 0 0.96 0.95 0.44 359.56 0.92 0.29
Hex 8E 6 7 0 60 5F 2C 168 5C 1D
Octal 216 6 7 0 140 137 54 550 134 35
Binary 10001110 110 111 0 1100000 1011111 101100 101101000 1011100 11101

Color Harmonies of #8E0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0607

Black with #8E0607

Text Example


Text Example

White with #8E0607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,6,7); }

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

background-color css

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

 a { background-color: rgb(142,6,7); }

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

border-color css

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

 span { border-color: rgb(142,6,7); }

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