Html Css Color HEX #88192F Scarlett

📋 copy color: '#88192F'

red 136 ◦ green 25 ◦ blue 47

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

Shades of Scarlett #88192F

Tints of Scarlett #88192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 65.38%
G = 12.02%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88192F (or 0x88192F) is known color: Scarlett. HEX triplet: 88, 19 and 2F. RGB value is (136,25,47). Sum of RGB (Red+Green+Blue) = 136+25+47=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #88192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88192F is #77E6D0. Grayscale: #3C3C3C. Windows color (decimal): -7857873 or 3086728. OLE color: 3086728.

HSL color Cylindrical-coordinate representation of color #88192F: hue angle of 348.11º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88192F is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 47 -
CMYK 0 0.82 0.65 0.47
HSL 348.11º 0.69% 0.32% -
HSV(B) 348.11º 0.82% 0.53% -
XYZ 11.01 6.13 3.29 -
YUV 60.7 120.27 181.71 -
System Red Green Blue C M Y K H S L
Decimal 136 25 47 0 0.82 0.65 0.47 348.11 0.69 0.32
Hex 88 19 2F 0 52 41 2F 15C 45 20
Octal 210 31 57 0 122 101 57 534 105 40
Binary 10001000 11001 101111 0 1010010 1000001 101111 101011100 1000101 100000

Color Harmonies of #88192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88192F

Black with #88192F

Text Example


Text Example

White with #88192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88192F; }

 p { color: rgb(136,25,47); }

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

background-color css

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

 a { background-color: rgb(136,25,47); }

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

border-color css

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

 span { border-color: rgb(136,25,47); }

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