Html Css Color HEX #88132F Scarlett

📋 copy color: '#88132F'

red 136 ◦ green 19 ◦ blue 47

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

Shades of Scarlett #88132F

Tints of Scarlett #88132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 67.33%
G = 9.41%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88132F (or 0x88132F) is known color: Scarlett. HEX triplet: 88, 13 and 2F. RGB value is (136,19,47). Sum of RGB (Red+Green+Blue) = 136+19+47=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #88132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88132F is #77ECD0. Grayscale: #393939. Windows color (decimal): -7859409 or 3085192. OLE color: 3085192.

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

Color convert

RGB 136 19 47 -
CMYK 0 0.86 0.65 0.47
HSL 345.64º 0.75% 0.3% -
HSV(B) 345.64º 0.86% 0.53% -
XYZ 10.9 5.91 3.25 -
YUV 57.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 136 19 47 0 0.86 0.65 0.47 345.64 0.75 0.3
Hex 88 13 2F 0 56 41 2F 15A 4B 1E
Octal 210 23 57 0 126 101 57 532 113 36
Binary 10001000 10011 101111 0 1010110 1000001 101111 101011010 1001011 11110

Color Harmonies of #88132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88132F

Black with #88132F

Text Example


Text Example

White with #88132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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