Html Css Color HEX #88182F Scarlett

📋 copy color: '#88182F'

red 136 ◦ green 24 ◦ blue 47

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

Shades of Scarlett #88182F

Tints of Scarlett #88182F

RGB

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

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

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

R = 65.7%
G = 11.59%
B = 22.71%

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

#88182F (or 0x88182F) is known color: Scarlett. HEX triplet: 88, 18 and 2F. RGB value is (136,24,47). Sum of RGB (Red+Green+Blue) = 136+24+47=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #88182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88182F is #77E7D0. Grayscale: #3C3C3C. Windows color (decimal): -7858129 or 3086472. OLE color: 3086472.

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

Color convert

RGB 136 24 47 -
CMYK 0 0.82 0.65 0.47
HSL 347.68º 0.7% 0.31% -
HSV(B) 347.68º 0.82% 0.53% -
XYZ 10.99 6.09 3.29 -
YUV 60.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 136 24 47 0 0.82 0.65 0.47 347.68 0.7 0.31
Hex 88 18 2F 0 52 41 2F 15C 46 1F
Octal 210 30 57 0 122 101 57 534 106 37
Binary 10001000 11000 101111 0 1010010 1000001 101111 101011100 1000110 11111

Color Harmonies of #88182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88182F

Black with #88182F

Text Example


Text Example

White with #88182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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