Html Css Color HEX #871A2D Scarlett

📋 copy color: '#871A2D'

red 135 ◦ green 26 ◦ blue 45

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

Shades of Scarlett #871A2D

Tints of Scarlett #871A2D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.62%

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

R = 65.53%
G = 12.62%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#871A2D (or 0x871A2D) is known color: Scarlett. HEX triplet: 87, 1A and 2D. RGB value is (135,26,45). Sum of RGB (Red+Green+Blue) = 135+26+45=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #871A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A2D is #78E5D2. Grayscale: #3C3C3C. Windows color (decimal): -7923155 or 2955911. OLE color: 2955911.

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

Color convert

RGB 135 26 45 -
CMYK 0 0.81 0.67 0.47
HSL 349.54º 0.68% 0.32% -
HSV(B) 349.54º 0.81% 0.53% -
XYZ 10.83 6.08 3.08 -
YUV 60.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 135 26 45 0 0.81 0.67 0.47 349.54 0.68 0.32
Hex 87 1A 2D 0 51 43 2F 15E 44 20
Octal 207 32 55 0 121 103 57 536 104 40
Binary 10000111 11010 101101 0 1010001 1000011 101111 101011110 1000100 100000

Color Harmonies of #871A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A2D

Black with #871A2D

Text Example


Text Example

White with #871A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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