Html Css Color HEX #871A30 Scarlett

📋 copy color: '#871A30'

red 135 ◦ green 26 ◦ blue 48

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

Shades of Scarlett #871A30

Tints of Scarlett #871A30

RGB

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

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

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

R = 64.59%
G = 12.44%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#871A30 (or 0x871A30) is known color: Scarlett. HEX triplet: 87, 1A and 30. RGB value is (135,26,48). Sum of RGB (Red+Green+Blue) = 135+26+48=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #871A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A30 is #78E5CF. Grayscale: #3D3D3D. Windows color (decimal): -7923152 or 3152519. OLE color: 3152519.

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

Color convert

RGB 135 26 48 -
CMYK 0 0.81 0.64 0.47
HSL 347.89º 0.68% 0.32% -
HSV(B) 347.89º 0.81% 0.53% -
XYZ 10.89 6.1 3.4 -
YUV 61.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 135 26 48 0 0.81 0.64 0.47 347.89 0.68 0.32
Hex 87 1A 30 0 51 40 2F 15C 44 20
Octal 207 32 60 0 121 100 57 534 104 40
Binary 10000111 11010 110000 0 1010001 1000000 101111 101011100 1000100 100000

Color Harmonies of #871A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A30

Black with #871A30

Text Example


Text Example

White with #871A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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