Html Css Color HEX #88152C Scarlett

📋 copy color: '#88152C'

red 136 ◦ green 21 ◦ blue 44

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

Shades of Scarlett #88152C

Tints of Scarlett #88152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 67.66%
G = 10.45%
B = 21.89%

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

#88152C (or 0x88152C) is known color: Scarlett. HEX triplet: 88, 15 and 2C. RGB value is (136,21,44). Sum of RGB (Red+Green+Blue) = 136+21+44=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #88152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88152C is #77EAD3. Grayscale: #3A3A3A. Windows color (decimal): -7858900 or 2889096. OLE color: 2889096.

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

Color convert

RGB 136 21 44 -
CMYK 0 0.85 0.68 0.47
HSL 348º 0.73% 0.31% -
HSV(B) 348º 0.85% 0.53% -
XYZ 10.88 5.95 2.96 -
YUV 58.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 136 21 44 0 0.85 0.68 0.47 348 0.73 0.31
Hex 88 15 2C 0 55 44 2F 15C 49 1F
Octal 210 25 54 0 125 104 57 534 111 37
Binary 10001000 10101 101100 0 1010101 1000100 101111 101011100 1001001 11111

Color Harmonies of #88152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88152C

Black with #88152C

Text Example


Text Example

White with #88152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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