Html Css Color HEX #851537 Scarlett

📋 copy color: '#851537'

red 133 ◦ green 21 ◦ blue 55

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

Shades of Scarlett #851537

Tints of Scarlett #851537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.32%

R = 63.64%
G = 10.05%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#851537 (or 0x851537) is known color: Scarlett. HEX triplet: 85, 15 and 37. RGB value is (133,21,55). Sum of RGB (Red+Green+Blue) = 133+21+55=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #851537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851537 is #7AEAC8. Grayscale: #3A3A3A. Windows color (decimal): -8055497 or 3609989. OLE color: 3609989.

HSL color Cylindrical-coordinate representation of color #851537: hue angle of 341.79º 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 #851537 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 55 -
CMYK 0 0.84 0.59 0.48
HSL 341.79º 0.73% 0.3% -
HSV(B) 341.79º 0.84% 0.52% -
XYZ 10.63 5.8 4.17 -
YUV 58.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 133 21 55 0 0.84 0.59 0.48 341.79 0.73 0.3
Hex 85 15 37 0 54 3B 30 156 49 1E
Octal 205 25 67 0 124 73 60 526 111 36
Binary 10000101 10101 110111 0 1010100 111011 110000 101010110 1001001 11110

Color Harmonies of #851537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851537

Black with #851537

Text Example


Text Example

White with #851537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851537; }

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

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

background-color css

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

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

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

border-color css

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

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

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