Html Css Color HEX #861835 Scarlett

📋 copy color: '#861835'

red 134 ◦ green 24 ◦ blue 53

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

Shades of Scarlett #861835

Tints of Scarlett #861835

RGB

 RED value IS 134 (52.73% from 255) = 63.51%

 GREEN value IS 24 (9.77% from 255) = 11.37%

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 63.51%
G = 11.37%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#861835 (or 0x861835) is known color: Scarlett. HEX triplet: 86, 18 and 35. RGB value is (134,24,53). Sum of RGB (Red+Green+Blue) = 134+24+53=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #861835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861835 is #79E7CA. Grayscale: #3C3C3C. Windows color (decimal): -7989195 or 3479686. OLE color: 3479686.

HSL color Cylindrical-coordinate representation of color #861835: hue angle of 344.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861835 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 24 53 -
CMYK 0 0.82 0.60 0.47
HSL 344.18º 0.7% 0.31% -
HSV(B) 344.18º 0.82% 0.53% -
XYZ 10.8 5.98 3.95 -
YUV 60.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 134 24 53 0 0.82 0.60 0.47 344.18 0.7 0.31
Hex 86 18 35 0 52 3C 2F 158 46 1F
Octal 206 30 65 0 122 74 57 530 106 37
Binary 10000110 11000 110101 0 1010010 111100 101111 101011000 1000110 11111

Color Harmonies of #861835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861835

Black with #861835

Text Example


Text Example

White with #861835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861835; }

 p { color: rgb(134,24,53); }

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

background-color css

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

 a { background-color: rgb(134,24,53); }

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

border-color css

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

 span { border-color: rgb(134,24,53); }

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