Html Css Color HEX #850107 Sangria

📋 copy color: '#850107'

red 133 ◦ green 1 ◦ blue 7

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

Shades of Sangria #850107

Tints of Sangria #850107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 7 (3.13% from 255) = 4.96%

R = 94.33%
G = 0.71%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#850107 (or 0x850107) is known color: Sangria. HEX triplet: 85, 01 and 07. RGB value is (133,1,7). Sum of RGB (Red+Green+Blue) = 133+1+7=141 (18% of max value = 765). Red value is 133 (52.34% from 255 or 94.33% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 133 - color contains mainly: red. Hex color #850107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850107 is #7AFEF8. Grayscale: #292929. Windows color (decimal): -8060665 or 459141. OLE color: 459141.

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

Color convert

RGB 133 1 7 -
CMYK 0 0.99 0.95 0.48
HSL 357.27º 0.99% 0.26% -
HSV(B) 357.27º 0.99% 0.52% -
XYZ 9.72 5.02 0.66 -
YUV 41.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 133 1 7 0 0.99 0.95 0.48 357.27 0.99 0.26
Hex 85 1 7 0 63 5F 30 165 63 1A
Octal 205 1 7 0 143 137 60 545 143 32
Binary 10000101 1 111 0 1100011 1011111 110000 101100101 1100011 11010

Color Harmonies of #850107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850107

Black with #850107

Text Example


Text Example

White with #850107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850107; }

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

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

background-color css

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

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

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

border-color css

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

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

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