Html Css Color HEX #850915 Sangria

📋 copy color: '#850915'

red 133 ◦ green 9 ◦ blue 21

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

Shades of Sangria #850915

Tints of Sangria #850915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

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

R = 81.6%
G = 5.52%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#850915 (or 0x850915) is known color: Sangria. HEX triplet: 85, 09 and 15. RGB value is (133,9,21). Sum of RGB (Red+Green+Blue) = 133+9+21=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #850915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850915 is #7AF6EA. Grayscale: #2F2F2F. Windows color (decimal): -8058603 or 1378693. OLE color: 1378693.

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

Color convert

RGB 133 9 21 -
CMYK 0 0.93 0.84 0.48
HSL 354.19º 0.87% 0.28% -
HSV(B) 354.19º 0.93% 0.52% -
XYZ 9.91 5.24 1.2 -
YUV 47.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 133 9 21 0 0.93 0.84 0.48 354.19 0.87 0.28
Hex 85 9 15 0 5D 54 30 162 57 1C
Octal 205 11 25 0 135 124 60 542 127 34
Binary 10000101 1001 10101 0 1011101 1010100 110000 101100010 1010111 11100

Color Harmonies of #850915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850915

Black with #850915

Text Example


Text Example

White with #850915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850915; }

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

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

background-color css

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

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

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

border-color css

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

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

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