Html Css Color HEX #88152E Scarlett

📋 copy color: '#88152E'

red 136 ◦ green 21 ◦ blue 46

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

Shades of Scarlett #88152E

Tints of Scarlett #88152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 67%
G = 10.34%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#88152E (or 0x88152E) is known color: Scarlett. HEX triplet: 88, 15 and 2E. RGB value is (136,21,46). Sum of RGB (Red+Green+Blue) = 136+21+46=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88152E is #77EAD1. Grayscale: #3A3A3A. Windows color (decimal): -7858898 or 3020168. OLE color: 3020168.

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

Color convert

RGB 136 21 46 -
CMYK 0 0.85 0.66 0.47
HSL 346.96º 0.73% 0.31% -
HSV(B) 346.96º 0.85% 0.53% -
XYZ 10.91 5.97 3.16 -
YUV 58.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 136 21 46 0 0.85 0.66 0.47 346.96 0.73 0.31
Hex 88 15 2E 0 55 42 2F 15B 49 1F
Octal 210 25 56 0 125 102 57 533 111 37
Binary 10001000 10101 101110 0 1010101 1000010 101111 101011011 1001001 11111

Color Harmonies of #88152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88152E

Black with #88152E

Text Example


Text Example

White with #88152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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