Html Css Color HEX #881434 Scarlett

📋 copy color: '#881434'

red 136 ◦ green 20 ◦ blue 52

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

Shades of Scarlett #881434

Tints of Scarlett #881434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25%

R = 65.38%
G = 9.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#881434 (or 0x881434) is known color: Scarlett. HEX triplet: 88, 14 and 34. RGB value is (136,20,52). Sum of RGB (Red+Green+Blue) = 136+20+52=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #881434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881434 is #77EBCB. Grayscale: #3A3A3A. Windows color (decimal): -7859148 or 3413128. OLE color: 3413128.

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

Color convert

RGB 136 20 52 -
CMYK 0 0.85 0.62 0.47
HSL 343.45º 0.74% 0.31% -
HSV(B) 343.45º 0.85% 0.53% -
XYZ 11.02 5.98 3.82 -
YUV 58.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 136 20 52 0 0.85 0.62 0.47 343.45 0.74 0.31
Hex 88 14 34 0 55 3E 2F 157 4A 1F
Octal 210 24 64 0 125 76 57 527 112 37
Binary 10001000 10100 110100 0 1010101 111110 101111 101010111 1001010 11111

Color Harmonies of #881434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881434

Black with #881434

Text Example


Text Example

White with #881434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881434; }

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

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

background-color css

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

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

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

border-color css

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

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

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