Html Css Color HEX #881428 Scarlett

📋 copy color: '#881428'

red 136 ◦ green 20 ◦ blue 40

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

Shades of Scarlett #881428

Tints of Scarlett #881428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 69.39%
G = 10.2%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#881428 (or 0x881428) is known color: Scarlett. HEX triplet: 88, 14 and 28. RGB value is (136,20,40). Sum of RGB (Red+Green+Blue) = 136+20+40=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #881428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881428 is #77EBD7. Grayscale: #383838. Windows color (decimal): -7859160 or 2626696. OLE color: 2626696.

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

Color convert

RGB 136 20 40 -
CMYK 0 0.85 0.71 0.47
HSL 349.66º 0.74% 0.31% -
HSV(B) 349.66º 0.85% 0.53% -
XYZ 10.79 5.89 2.58 -
YUV 56.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 136 20 40 0 0.85 0.71 0.47 349.66 0.74 0.31
Hex 88 14 28 0 55 47 2F 15E 4A 1F
Octal 210 24 50 0 125 107 57 536 112 37
Binary 10001000 10100 101000 0 1010101 1000111 101111 101011110 1001010 11111

Color Harmonies of #881428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881428

Black with #881428

Text Example


Text Example

White with #881428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881428; }

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

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

background-color css

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

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

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

border-color css

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

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

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