Html Css Color HEX #881330 Scarlett

📋 copy color: '#881330'

red 136 ◦ green 19 ◦ blue 48

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

Shades of Scarlett #881330

Tints of Scarlett #881330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.65%

R = 67%
G = 9.36%
B = 23.65%

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

#881330 (or 0x881330) is known color: Scarlett. HEX triplet: 88, 13 and 30. RGB value is (136,19,48). Sum of RGB (Red+Green+Blue) = 136+19+48=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #881330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881330 is #77ECCF. Grayscale: #393939. Windows color (decimal): -7859408 or 3150728. OLE color: 3150728.

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

Color convert

RGB 136 19 48 -
CMYK 0 0.86 0.65 0.47
HSL 345.13º 0.75% 0.3% -
HSV(B) 345.13º 0.86% 0.53% -
XYZ 10.92 5.91 3.36 -
YUV 57.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 136 19 48 0 0.86 0.65 0.47 345.13 0.75 0.3
Hex 88 13 30 0 56 41 2F 159 4B 1E
Octal 210 23 60 0 126 101 57 531 113 36
Binary 10001000 10011 110000 0 1010110 1000001 101111 101011001 1001011 11110

Color Harmonies of #881330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881330

Black with #881330

Text Example


Text Example

White with #881330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881330; }

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

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

background-color css

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

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

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

border-color css

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

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

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