Html Css Color HEX #871C2D Scarlett

📋 copy color: '#871C2D'

red 135 ◦ green 28 ◦ blue 45

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

Shades of Scarlett #871C2D

Tints of Scarlett #871C2D

RGB

 RED value IS 135 (53.13% from 255) = 64.9%

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

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

R = 64.9%
G = 13.46%
B = 21.63%

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

#871C2D (or 0x871C2D) is known color: Scarlett. HEX triplet: 87, 1C and 2D. RGB value is (135,28,45). Sum of RGB (Red+Green+Blue) = 135+28+45=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #871C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871C2D is #78E3D2. Grayscale: #3D3D3D. Windows color (decimal): -7922643 or 2956423. OLE color: 2956423.

HSL color Cylindrical-coordinate representation of color #871C2D: hue angle of 350.47º 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 #871C2D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 28 45 -
CMYK 0 0.79 0.67 0.47
HSL 350.47º 0.66% 0.32% -
HSV(B) 350.47º 0.79% 0.53% -
XYZ 10.88 6.17 3.1 -
YUV 61.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 135 28 45 0 0.79 0.67 0.47 350.47 0.66 0.32
Hex 87 1C 2D 0 4F 43 2F 15E 42 20
Octal 207 34 55 0 117 103 57 536 102 40
Binary 10000111 11100 101101 0 1001111 1000011 101111 101011110 1000010 100000

Color Harmonies of #871C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871C2D

Black with #871C2D

Text Example


Text Example

White with #871C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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