Html Css Color HEX #881830 Scarlett

📋 copy color: '#881830'

red 136 ◦ green 24 ◦ blue 48

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

Shades of Scarlett #881830

Tints of Scarlett #881830

RGB

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

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

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

R = 65.38%
G = 11.54%
B = 23.08%

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

#881830 (or 0x881830) is known color: Scarlett. HEX triplet: 88, 18 and 30. RGB value is (136,24,48). Sum of RGB (Red+Green+Blue) = 136+24+48=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #881830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881830 is #77E7CF. Grayscale: #3C3C3C. Windows color (decimal): -7858128 or 3152008. OLE color: 3152008.

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

Color convert

RGB 136 24 48 -
CMYK 0 0.82 0.65 0.47
HSL 347.14º 0.7% 0.31% -
HSV(B) 347.14º 0.82% 0.53% -
XYZ 11.01 6.1 3.39 -
YUV 60.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 136 24 48 0 0.82 0.65 0.47 347.14 0.7 0.31
Hex 88 18 30 0 52 41 2F 15B 46 1F
Octal 210 30 60 0 122 101 57 533 106 37
Binary 10001000 11000 110000 0 1010010 1000001 101111 101011011 1000110 11111

Color Harmonies of #881830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881830

Black with #881830

Text Example


Text Example

White with #881830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881830; }

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

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

background-color css

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

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

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

border-color css

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

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

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