Html Css Color HEX #851015 Sangria

📋 copy color: '#851015'

red 133 ◦ green 16 ◦ blue 21

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

Shades of Sangria #851015

Tints of Sangria #851015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 78.24%
G = 9.41%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#851015 (or 0x851015) is known color: Sangria. HEX triplet: 85, 10 and 15. RGB value is (133,16,21). Sum of RGB (Red+Green+Blue) = 133+16+21=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #851015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851015 is #7AEFEA. Grayscale: #333333. Windows color (decimal): -8056811 or 1380485. OLE color: 1380485.

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

Color convert

RGB 133 16 21 -
CMYK 0 0.88 0.84 0.48
HSL 357.44º 0.79% 0.29% -
HSV(B) 357.44º 0.88% 0.52% -
XYZ 9.99 5.41 1.23 -
YUV 51.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 133 16 21 0 0.88 0.84 0.48 357.44 0.79 0.29
Hex 85 10 15 0 58 54 30 165 4F 1D
Octal 205 20 25 0 130 124 60 545 117 35
Binary 10000101 10000 10101 0 1011000 1010100 110000 101100101 1001111 11101

Color Harmonies of #851015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851015

Black with #851015

Text Example


Text Example

White with #851015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851015; }

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

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

background-color css

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

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

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

border-color css

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

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

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