Html Css Color HEX #850103 Sangria

📋 copy color: '#850103'

red 133 ◦ green 1 ◦ blue 3

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

Shades of Sangria #850103

Tints of Sangria #850103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.19%

R = 97.08%
G = 0.73%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#850103 (or 0x850103) is known color: Sangria. HEX triplet: 85, 01 and 03. RGB value is (133,1,3). Sum of RGB (Red+Green+Blue) = 133+1+3=137 (18% of max value = 765). Red value is 133 (52.34% from 255 or 97.08% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 133 - color contains mainly: red. Hex color #850103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850103 is #7AFEFC. Grayscale: #282828. Windows color (decimal): -8060669 or 196997. OLE color: 196997.

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

Color convert

RGB 133 1 3 -
CMYK 0 0.99 0.98 0.48
HSL 359.09º 0.99% 0.26% -
HSV(B) 359.09º 0.99% 0.52% -
XYZ 9.7 5.01 0.54 -
YUV 40.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 133 1 3 0 0.99 0.98 0.48 359.09 0.99 0.26
Hex 85 1 3 0 63 62 30 167 63 1A
Octal 205 1 3 0 143 142 60 547 143 32
Binary 10000101 1 11 0 1100011 1100010 110000 101100111 1100011 11010

Color Harmonies of #850103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850103

Black with #850103

Text Example


Text Example

White with #850103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850103; }

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

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

background-color css

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

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

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

border-color css

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

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

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