Html Css Color HEX #880007 Sangria

📋 copy color: '#880007'

red 136 ◦ green 0 ◦ blue 7

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

Shades of Sangria #880007

Tints of Sangria #880007

RGB

 RED value IS 136 (53.52% from 255) = 95.1%

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

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

R = 95.1%
G = 0%
B = 4.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#880007 (or 0x880007) is known color: Sangria. HEX triplet: 88, 00 and 07. RGB value is (136,0,7). Sum of RGB (Red+Green+Blue) = 136+0+7=143 (18% of max value = 765). Red value is 136 (53.52% from 255 or 95.10% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 136 - color contains mainly: red. Hex color #880007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880007 is #77FFF8. Grayscale: #292929. Windows color (decimal): -7864313 or 458888. OLE color: 458888.

HSL color Cylindrical-coordinate representation of color #880007: hue angle of 356.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880007 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 0 7 -
CMYK 0 1 0.95 0.47
HSL 356.91º 1% 0.27% -
HSV(B) 356.91º 1% 0.53% -
XYZ 10.19 5.25 0.68 -
YUV 41.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 136 0 7 0 1 0.95 0.47 356.91 1 0.27
Hex 88 0 7 0 64 5F 2F 165 64 1B
Octal 210 0 7 0 144 137 57 545 144 33
Binary 10001000 0 111 0 1100100 1011111 101111 101100101 1100100 11011

Color Harmonies of #880007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880007

Black with #880007

Text Example


Text Example

White with #880007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880007; }

 p { color: rgb(136,0,7); }

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

background-color css

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

 a { background-color: rgb(136,0,7); }

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

border-color css

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

 span { border-color: rgb(136,0,7); }

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