Html Css Color HEX #80000C Sangria

📋 copy color: '#80000C'

red 128 ◦ green 0 ◦ blue 12

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

Shades of Sangria #80000C

Tints of Sangria #80000C

RGB

 RED value IS 128 (50.39% from 255) = 91.43%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 8.57%

R = 91.43%
G = 0%
B = 8.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80000C (or 0x80000C) is known color: Sangria. HEX triplet: 80, 00 and 0C. RGB value is (128,0,12). Sum of RGB (Red+Green+Blue) = 128+0+12=140 (18% of max value = 765). Red value is 128 (50.39% from 255 or 91.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 128 - color contains mainly: red. Hex color #80000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80000C is #7FFFF3. Grayscale: #272727. Windows color (decimal): -8388596 or 786560. OLE color: 786560.

HSL color Cylindrical-coordinate representation of color #80000C: hue angle of 354.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80000C is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 12 -
CMYK 0 1 0.91 0.50
HSL 354.38º 1% 0.25% -
HSV(B) 354.38º 1% 0.5% -
XYZ 8.97 4.62 0.77 -
YUV 39.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 128 0 12 0 1 0.91 0.50 354.38 1 0.25
Hex 80 0 C 0 64 5B 32 162 64 19
Octal 200 0 14 0 144 133 62 542 144 31
Binary 10000000 0 1100 0 1100100 1011011 110010 101100010 1100100 11001

Color Harmonies of #80000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80000C

Black with #80000C

Text Example


Text Example

White with #80000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80000C; }

 p { color: rgb(128,0,12); }

 H1.HeaderClassName
 {
   color: #80000C;
 }
 .AnyTagClassName
 {
   color: #80000C;
 }
</style>

background-color css

<style>
 a { background-color: #80000C; }

 a { background-color: rgb(128,0,12); }

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

border-color css

<style>
 span { border-color: #80000C; }

 span { border-color: rgb(128,0,12); }

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