Html Css Color HEX #850714 Sangria

📋 copy color: '#850714'

red 133 ◦ green 7 ◦ blue 20

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

Shades of Sangria #850714

Tints of Sangria #850714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.38%

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 83.13%
G = 4.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#850714 (or 0x850714) is known color: Sangria. HEX triplet: 85, 07 and 14. RGB value is (133,7,20). Sum of RGB (Red+Green+Blue) = 133+7+20=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #850714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850714 is #7AF8EB. Grayscale: #2E2E2E. Windows color (decimal): -8059116 or 1312645. OLE color: 1312645.

HSL color Cylindrical-coordinate representation of color #850714: hue angle of 353.81º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850714 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 7 20 -
CMYK 0 0.95 0.85 0.48
HSL 353.81º 0.9% 0.27% -
HSV(B) 353.81º 0.95% 0.52% -
XYZ 9.88 5.19 1.14 -
YUV 46.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 133 7 20 0 0.95 0.85 0.48 353.81 0.9 0.27
Hex 85 7 14 0 5F 55 30 162 5A 1B
Octal 205 7 24 0 137 125 60 542 132 33
Binary 10000101 111 10100 0 1011111 1010101 110000 101100010 1011010 11011

Color Harmonies of #850714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850714

Black with #850714

Text Example


Text Example

White with #850714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850714; }

 p { color: rgb(133,7,20); }

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

background-color css

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

 a { background-color: rgb(133,7,20); }

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

border-color css

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

 span { border-color: rgb(133,7,20); }

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