Html Css Color HEX #88152A Scarlett

📋 copy color: '#88152A'

red 136 ◦ green 21 ◦ blue 42

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

Shades of Scarlett #88152A

Tints of Scarlett #88152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.11%

R = 68.34%
G = 10.55%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#88152A (or 0x88152A) is known color: Scarlett. HEX triplet: 88, 15 and 2A. RGB value is (136,21,42). Sum of RGB (Red+Green+Blue) = 136+21+42=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88152A is #77EAD5. Grayscale: #393939. Windows color (decimal): -7858902 or 2758024. OLE color: 2758024.

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

Color convert

RGB 136 21 42 -
CMYK 0 0.85 0.69 0.47
HSL 349.04º 0.73% 0.31% -
HSV(B) 349.04º 0.85% 0.53% -
XYZ 10.84 5.94 2.77 -
YUV 57.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 136 21 42 0 0.85 0.69 0.47 349.04 0.73 0.31
Hex 88 15 2A 0 55 45 2F 15D 49 1F
Octal 210 25 52 0 125 105 57 535 111 37
Binary 10001000 10101 101010 0 1010101 1000101 101111 101011101 1001001 11111

Color Harmonies of #88152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88152A

Black with #88152A

Text Example


Text Example

White with #88152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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