Html Css Color HEX #851535 Scarlett

📋 copy color: '#851535'

red 133 ◦ green 21 ◦ blue 53

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

Shades of Scarlett #851535

Tints of Scarlett #851535

RGB

 RED value IS 133 (52.34% from 255) = 64.25%

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 64.25%
G = 10.14%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#851535 (or 0x851535) is known color: Scarlett. HEX triplet: 85, 15 and 35. RGB value is (133,21,53). Sum of RGB (Red+Green+Blue) = 133+21+53=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #851535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851535 is #7AEACA. Grayscale: #3A3A3A. Windows color (decimal): -8055499 or 3478917. OLE color: 3478917.

HSL color Cylindrical-coordinate representation of color #851535: hue angle of 342.86º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851535 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 53 -
CMYK 0 0.84 0.60 0.48
HSL 342.86º 0.73% 0.3% -
HSV(B) 342.86º 0.84% 0.52% -
XYZ 10.58 5.78 3.93 -
YUV 58.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 133 21 53 0 0.84 0.60 0.48 342.86 0.73 0.3
Hex 85 15 35 0 54 3C 30 157 49 1E
Octal 205 25 65 0 124 74 60 527 111 36
Binary 10000101 10101 110101 0 1010100 111100 110000 101010111 1001001 11110

Color Harmonies of #851535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851535

Black with #851535

Text Example


Text Example

White with #851535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851535; }

 p { color: rgb(133,21,53); }

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

background-color css

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

 a { background-color: rgb(133,21,53); }

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

border-color css

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

 span { border-color: rgb(133,21,53); }

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