Html Css Color HEX #881C2D Scarlett

📋 copy color: '#881C2D'

red 136 ◦ green 28 ◦ blue 45

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

Shades of Scarlett #881C2D

Tints of Scarlett #881C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

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

R = 65.07%
G = 13.4%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#881C2D (or 0x881C2D) is known color: Scarlett. HEX triplet: 88, 1C and 2D. RGB value is (136,28,45). Sum of RGB (Red+Green+Blue) = 136+28+45=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #881C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C2D is #77E3D2. Grayscale: #3E3E3E. Windows color (decimal): -7857107 or 2956424. OLE color: 2956424.

HSL color Cylindrical-coordinate representation of color #881C2D: hue angle of 350.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881C2D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 28 45 -
CMYK 0 0.79 0.67 0.47
HSL 350.56º 0.66% 0.32% -
HSV(B) 350.56º 0.79% 0.53% -
XYZ 11.04 6.25 3.11 -
YUV 62.23 118.28 180.62 -
System Red Green Blue C M Y K H S L
Decimal 136 28 45 0 0.79 0.67 0.47 350.56 0.66 0.32
Hex 88 1C 2D 0 4F 43 2F 15F 42 20
Octal 210 34 55 0 117 103 57 537 102 40
Binary 10001000 11100 101101 0 1001111 1000011 101111 101011111 1000010 100000

Color Harmonies of #881C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C2D

Black with #881C2D

Text Example


Text Example

White with #881C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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