Html Css Color HEX #88192A Scarlett

📋 copy color: '#88192A'

red 136 ◦ green 25 ◦ blue 42

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

Shades of Scarlett #88192A

Tints of Scarlett #88192A

RGB

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

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

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

R = 67%
G = 12.32%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#88192A (or 0x88192A) is known color: Scarlett. HEX triplet: 88, 19 and 2A. RGB value is (136,25,42). Sum of RGB (Red+Green+Blue) = 136+25+42=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88192A is #77E6D5. Grayscale: #3C3C3C. Windows color (decimal): -7857878 or 2759048. OLE color: 2759048.

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

Color convert

RGB 136 25 42 -
CMYK 0 0.82 0.69 0.47
HSL 350.81º 0.69% 0.32% -
HSV(B) 350.81º 0.82% 0.53% -
XYZ 10.92 6.1 2.79 -
YUV 60.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 136 25 42 0 0.82 0.69 0.47 350.81 0.69 0.32
Hex 88 19 2A 0 52 45 2F 15F 45 20
Octal 210 31 52 0 122 105 57 537 105 40
Binary 10001000 11001 101010 0 1010010 1000101 101111 101011111 1000101 100000

Color Harmonies of #88192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88192A

Black with #88192A

Text Example


Text Example

White with #88192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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