Html Css Color HEX #850001 Sangria

📋 copy color: '#850001'

red 133 ◦ green 0 ◦ blue 1

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

Shades of Sangria #850001

Tints of Sangria #850001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 99.25%
G = 0%
B = 0.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#850001 (or 0x850001) is known color: Sangria. HEX triplet: 85, 00 and 01. RGB value is (133,0,1). Sum of RGB (Red+Green+Blue) = 133+0+1=134 (17% of max value = 765). Red value is 133 (52.34% from 255 or 99.25% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 133 - color contains mainly: red. Hex color #850001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850001 is #7AFFFE. Grayscale: #282828. Windows color (decimal): -8060927 or 65669. OLE color: 65669.

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

Color convert

RGB 133 0 1 -
CMYK 0 1 0.99 0.48
HSL 359.55º 1% 0.26% -
HSV(B) 359.55º 1% 0.52% -
XYZ 9.68 4.99 0.48 -
YUV 39.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 133 0 1 0 1 0.99 0.48 359.55 1 0.26
Hex 85 0 1 0 64 63 30 168 64 1A
Octal 205 0 1 0 144 143 60 550 144 32
Binary 10000101 0 1 0 1100100 1100011 110000 101101000 1100100 11010

Color Harmonies of #850001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850001

Black with #850001

Text Example


Text Example

White with #850001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850001; }

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

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

background-color css

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

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

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

border-color css

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

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

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