Html Css Color HEX #88152B Scarlett

📋 copy color: '#88152B'

red 136 ◦ green 21 ◦ blue 43

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

Shades of Scarlett #88152B

Tints of Scarlett #88152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 68%
G = 10.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88152B (or 0x88152B) is known color: Scarlett. HEX triplet: 88, 15 and 2B. RGB value is (136,21,43). Sum of RGB (Red+Green+Blue) = 136+21+43=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88152B is #77EAD4. Grayscale: #393939. Windows color (decimal): -7858901 or 2823560. OLE color: 2823560.

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

Color convert

RGB 136 21 43 -
CMYK 0 0.85 0.68 0.47
HSL 348.52º 0.73% 0.31% -
HSV(B) 348.52º 0.85% 0.53% -
XYZ 10.86 5.94 2.86 -
YUV 57.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 136 21 43 0 0.85 0.68 0.47 348.52 0.73 0.31
Hex 88 15 2B 0 55 44 2F 15D 49 1F
Octal 210 25 53 0 125 104 57 535 111 37
Binary 10001000 10101 101011 0 1010101 1000100 101111 101011101 1001001 11111

Color Harmonies of #88152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88152B

Black with #88152B

Text Example


Text Example

White with #88152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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