Html Css Color HEX #881828 Scarlett

📋 copy color: '#881828'

red 136 ◦ green 24 ◦ blue 40

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

Shades of Scarlett #881828

Tints of Scarlett #881828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12%

 BLUE value IS 40 (16.02% from 255) = 20%

R = 68%
G = 12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#881828 (or 0x881828) is known color: Scarlett. HEX triplet: 88, 18 and 28. RGB value is (136,24,40). Sum of RGB (Red+Green+Blue) = 136+24+40=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #881828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881828 is #77E7D7. Grayscale: #3B3B3B. Windows color (decimal): -7858136 or 2627720. OLE color: 2627720.

HSL color Cylindrical-coordinate representation of color #881828: hue angle of 351.43º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881828 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 40 -
CMYK 0 0.82 0.71 0.47
HSL 351.43º 0.7% 0.31% -
HSV(B) 351.43º 0.82% 0.53% -
XYZ 10.86 6.04 2.6 -
YUV 59.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 136 24 40 0 0.82 0.71 0.47 351.43 0.7 0.31
Hex 88 18 28 0 52 47 2F 15F 46 1F
Octal 210 30 50 0 122 107 57 537 106 37
Binary 10001000 11000 101000 0 1010010 1000111 101111 101011111 1000110 11111

Color Harmonies of #881828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881828

Black with #881828

Text Example


Text Example

White with #881828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881828; }

 p { color: rgb(136,24,40); }

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

background-color css

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

 a { background-color: rgb(136,24,40); }

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

border-color css

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

 span { border-color: rgb(136,24,40); }

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