Html Css Color HEX #881427 Scarlett

📋 copy color: '#881427'

red 136 ◦ green 20 ◦ blue 39

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

Shades of Scarlett #881427

Tints of Scarlett #881427

RGB

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

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

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

R = 69.74%
G = 10.26%
B = 20%

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

#881427 (or 0x881427) is known color: Scarlett. HEX triplet: 88, 14 and 27. RGB value is (136,20,39). Sum of RGB (Red+Green+Blue) = 136+20+39=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #881427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881427 is #77EBD8. Grayscale: #383838. Windows color (decimal): -7859161 or 2561160. OLE color: 2561160.

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

Color convert

RGB 136 20 39 -
CMYK 0 0.85 0.71 0.47
HSL 350.17º 0.74% 0.31% -
HSV(B) 350.17º 0.85% 0.53% -
XYZ 10.77 5.88 2.49 -
YUV 56.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 136 20 39 0 0.85 0.71 0.47 350.17 0.74 0.31
Hex 88 14 27 0 55 47 2F 15E 4A 1F
Octal 210 24 47 0 125 107 57 536 112 37
Binary 10001000 10100 100111 0 1010101 1000111 101111 101011110 1001010 11111

Color Harmonies of #881427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881427

Black with #881427

Text Example


Text Example

White with #881427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881427; }

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

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

background-color css

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

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

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

border-color css

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

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

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