Html Css Color HEX #851517 Sangria

📋 copy color: '#851517'

red 133 ◦ green 21 ◦ blue 23

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

Shades of Sangria #851517

Tints of Sangria #851517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 75.14%
G = 11.86%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851517 (or 0x851517) is known color: Sangria. HEX triplet: 85, 15 and 17. RGB value is (133,21,23). Sum of RGB (Red+Green+Blue) = 133+21+23=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #851517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851517 is #7AEAE8. Grayscale: #363636. Windows color (decimal): -8055529 or 1512837. OLE color: 1512837.

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

Color convert

RGB 133 21 23 -
CMYK 0 0.84 0.83 0.48
HSL 358.93º 0.73% 0.3% -
HSV(B) 358.93º 0.84% 0.52% -
XYZ 10.1 5.58 1.36 -
YUV 54.72 110.11 183.84 -
System Red Green Blue C M Y K H S L
Decimal 133 21 23 0 0.84 0.83 0.48 358.93 0.73 0.3
Hex 85 15 17 0 54 53 30 167 49 1E
Octal 205 25 27 0 124 123 60 547 111 36
Binary 10000101 10101 10111 0 1010100 1010011 110000 101100111 1001001 11110

Color Harmonies of #851517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851517

Black with #851517

Text Example


Text Example

White with #851517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851517; }

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

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

background-color css

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

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

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

border-color css

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

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

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