Html Css Color HEX #881527 Scarlett

📋 copy color: '#881527'

red 136 ◦ green 21 ◦ blue 39

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

Shades of Scarlett #881527

Tints of Scarlett #881527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

 BLUE value IS 39 (15.63% from 255) = 19.9%

R = 69.39%
G = 10.71%
B = 19.9%

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

#881527 (or 0x881527) is known color: Scarlett. HEX triplet: 88, 15 and 27. RGB value is (136,21,39). Sum of RGB (Red+Green+Blue) = 136+21+39=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #881527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881527 is #77EAD8. Grayscale: #393939. Windows color (decimal): -7858905 or 2561416. OLE color: 2561416.

HSL color Cylindrical-coordinate representation of color #881527: hue angle of 350.61º degrees, saturation: 0.73, 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 #881527 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 21 39 -
CMYK 0 0.85 0.71 0.47
HSL 350.61º 0.73% 0.31% -
HSV(B) 350.61º 0.85% 0.53% -
XYZ 10.79 5.92 2.49 -
YUV 57.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 136 21 39 0 0.85 0.71 0.47 350.61 0.73 0.31
Hex 88 15 27 0 55 47 2F 15F 49 1F
Octal 210 25 47 0 125 107 57 537 111 37
Binary 10001000 10101 100111 0 1010101 1000111 101111 101011111 1001001 11111

Color Harmonies of #881527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881527

Black with #881527

Text Example


Text Example

White with #881527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881527; }

 p { color: rgb(136,21,39); }

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

background-color css

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

 a { background-color: rgb(136,21,39); }

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

border-color css

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

 span { border-color: rgb(136,21,39); }

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