Html Css Color HEX #851017 Sangria

📋 copy color: '#851017'

red 133 ◦ green 16 ◦ blue 23

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

Shades of Sangria #851017

Tints of Sangria #851017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.3%

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

R = 77.33%
G = 9.3%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851017 (or 0x851017) is known color: Sangria. HEX triplet: 85, 10 and 17. RGB value is (133,16,23). Sum of RGB (Red+Green+Blue) = 133+16+23=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #851017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851017 is #7AEFE8. Grayscale: #333333. Windows color (decimal): -8056809 or 1511557. OLE color: 1511557.

HSL color Cylindrical-coordinate representation of color #851017: hue angle of 356.41º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851017 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 23 -
CMYK 0 0.88 0.83 0.48
HSL 356.41º 0.79% 0.29% -
HSV(B) 356.41º 0.88% 0.52% -
XYZ 10.01 5.42 1.33 -
YUV 51.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 133 16 23 0 0.88 0.83 0.48 356.41 0.79 0.29
Hex 85 10 17 0 58 53 30 164 4F 1D
Octal 205 20 27 0 130 123 60 544 117 35
Binary 10000101 10000 10111 0 1011000 1010011 110000 101100100 1001111 11101

Color Harmonies of #851017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851017

Black with #851017

Text Example


Text Example

White with #851017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851017; }

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

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

background-color css

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

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

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

border-color css

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

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

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