Html Css Color HEX #850007 Sangria

📋 copy color: '#850007'

red 133 ◦ green 0 ◦ blue 7

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

Shades of Sangria #850007

Tints of Sangria #850007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95%
G = 0%
B = 5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#850007 (or 0x850007) is known color: Sangria. HEX triplet: 85, 00 and 07. RGB value is (133,0,7). Sum of RGB (Red+Green+Blue) = 133+0+7=140 (18% of max value = 765). Red value is 133 (52.34% from 255 or 95% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 133 - color contains mainly: red. Hex color #850007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850007 is #7AFFF8. Grayscale: #282828. Windows color (decimal): -8060921 or 458885. OLE color: 458885.

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

Color convert

RGB 133 0 7 -
CMYK 0 1 0.95 0.48
HSL 356.84º 1% 0.26% -
HSV(B) 356.84º 1% 0.52% -
XYZ 9.71 5 0.65 -
YUV 40.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 133 0 7 0 1 0.95 0.48 356.84 1 0.26
Hex 85 0 7 0 64 5F 30 165 64 1A
Octal 205 0 7 0 144 137 60 545 144 32
Binary 10000101 0 111 0 1100100 1011111 110000 101100101 1100100 11010

Color Harmonies of #850007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850007

Black with #850007

Text Example


Text Example

White with #850007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850007; }

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

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

background-color css

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

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

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

border-color css

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

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

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