Html Css Color HEX #870F3D Scarlett

📋 copy color: '#870F3D'

red 135 ◦ green 15 ◦ blue 61

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

Shades of Scarlett #870F3D

Tints of Scarlett #870F3D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.11%

 BLUE value IS 61 (24.22% from 255) = 28.91%

R = 63.98%
G = 7.11%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#870F3D (or 0x870F3D) is known color: Scarlett. HEX triplet: 87, 0F and 3D. RGB value is (135,15,61). Sum of RGB (Red+Green+Blue) = 135+15+61=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #870F3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F3D is #78F0C2. Grayscale: #383838. Windows color (decimal): -7925955 or 4001671. OLE color: 4001671.

HSL color Cylindrical-coordinate representation of color #870F3D: hue angle of 337º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F3D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 15 61 -
CMYK 0 0.89 0.55 0.47
HSL 337º 0.8% 0.29% -
HSV(B) 337º 0.89% 0.53% -
XYZ 11 5.83 4.96 -
YUV 56.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 135 15 61 0 0.89 0.55 0.47 337 0.8 0.29
Hex 87 F 3D 0 59 37 2F 151 50 1D
Octal 207 17 75 0 131 67 57 521 120 35
Binary 10000111 1111 111101 0 1011001 110111 101111 101010001 1010000 11101

Color Harmonies of #870F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F3D

Black with #870F3D

Text Example


Text Example

White with #870F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870F3D; }

 p { color: rgb(135,15,61); }

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

background-color css

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

 a { background-color: rgb(135,15,61); }

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

border-color css

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

 span { border-color: rgb(135,15,61); }

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