Html Css Color HEX #88182D Scarlett

📋 copy color: '#88182D'

red 136 ◦ green 24 ◦ blue 45

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

Shades of Scarlett #88182D

Tints of Scarlett #88182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

 BLUE value IS 45 (17.97% from 255) = 21.95%

R = 66.34%
G = 11.71%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88182D (or 0x88182D) is known color: Scarlett. HEX triplet: 88, 18 and 2D. RGB value is (136,24,45). Sum of RGB (Red+Green+Blue) = 136+24+45=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #88182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88182D is #77E7D2. Grayscale: #3B3B3B. Windows color (decimal): -7858131 or 2955400. OLE color: 2955400.

HSL color Cylindrical-coordinate representation of color #88182D: hue angle of 348.75º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88182D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 45 -
CMYK 0 0.82 0.67 0.47
HSL 348.75º 0.7% 0.31% -
HSV(B) 348.75º 0.82% 0.53% -
XYZ 10.95 6.08 3.08 -
YUV 59.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 136 24 45 0 0.82 0.67 0.47 348.75 0.7 0.31
Hex 88 18 2D 0 52 43 2F 15D 46 1F
Octal 210 30 55 0 122 103 57 535 106 37
Binary 10001000 11000 101101 0 1010010 1000011 101111 101011101 1000110 11111

Color Harmonies of #88182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88182D

Black with #88182D

Text Example


Text Example

White with #88182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88182D; }

 p { color: rgb(136,24,45); }

 H1.HeaderClassName
 {
   color: #88182D;
 }
 .AnyTagClassName
 {
   color: #88182D;
 }
</style>

background-color css

<style>
 a { background-color: #88182D; }

 a { background-color: rgb(136,24,45); }

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

border-color css

<style>
 span { border-color: #88182D; }

 span { border-color: rgb(136,24,45); }

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