Html Css Color HEX #880104 Sangria

📋 copy color: '#880104'

red 136 ◦ green 1 ◦ blue 4

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

Shades of Sangria #880104

Tints of Sangria #880104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.84%

R = 96.45%
G = 0.71%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#880104 (or 0x880104) is known color: Sangria. HEX triplet: 88, 01 and 04. RGB value is (136,1,4). Sum of RGB (Red+Green+Blue) = 136+1+4=141 (18% of max value = 765). Red value is 136 (53.52% from 255 or 96.45% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 136 - color contains mainly: red. Hex color #880104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880104 is #77FEFB. Grayscale: #292929. Windows color (decimal): -7864060 or 262536. OLE color: 262536.

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

Color convert

RGB 136 1 4 -
CMYK 0 0.99 0.97 0.47
HSL 358.67º 0.99% 0.27% -
HSV(B) 358.67º 0.99% 0.53% -
XYZ 10.19 5.26 0.59 -
YUV 41.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 136 1 4 0 0.99 0.97 0.47 358.67 0.99 0.27
Hex 88 1 4 0 63 61 2F 167 63 1B
Octal 210 1 4 0 143 141 57 547 143 33
Binary 10001000 1 100 0 1100011 1100001 101111 101100111 1100011 11011

Color Harmonies of #880104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880104

Black with #880104

Text Example


Text Example

White with #880104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880104; }

 p { color: rgb(136,1,4); }

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

background-color css

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

 a { background-color: rgb(136,1,4); }

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

border-color css

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

 span { border-color: rgb(136,1,4); }

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