Html Css Color HEX #80000F Sangria

📋 copy color: '#80000F'

red 128 ◦ green 0 ◦ blue 15

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

Shades of Sangria #80000F

Tints of Sangria #80000F

RGB

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

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

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

R = 89.51%
G = 0%
B = 10.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80000F (or 0x80000F) is known color: Sangria. HEX triplet: 80, 00 and 0F. RGB value is (128,0,15). Sum of RGB (Red+Green+Blue) = 128+0+15=143 (18% of max value = 765). Red value is 128 (50.39% from 255 or 89.51% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 128 - color contains mainly: red. Hex color #80000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80000F is #7FFFF0. Grayscale: #282828. Windows color (decimal): -8388593 or 983168. OLE color: 983168.

HSL color Cylindrical-coordinate representation of color #80000F: hue angle of 352.97º 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 #80000F is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 15 -
CMYK 0 1 0.88 0.50
HSL 352.97º 1% 0.25% -
HSV(B) 352.97º 1% 0.5% -
XYZ 8.99 4.62 0.87 -
YUV 39.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 128 0 15 0 1 0.88 0.50 352.97 1 0.25
Hex 80 0 F 0 64 58 32 161 64 19
Octal 200 0 17 0 144 130 62 541 144 31
Binary 10000000 0 1111 0 1100100 1011000 110010 101100001 1100100 11001

Color Harmonies of #80000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80000F

Black with #80000F

Text Example


Text Example

White with #80000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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