Html Css Color HEX #850003 Sangria

📋 copy color: '#850003'

red 133 ◦ green 0 ◦ blue 3

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

Shades of Sangria #850003

Tints of Sangria #850003

RGB

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

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

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

R = 97.79%
G = 0%
B = 2.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#850003 (or 0x850003) is known color: Sangria. HEX triplet: 85, 00 and 03. RGB value is (133,0,3). Sum of RGB (Red+Green+Blue) = 133+0+3=136 (18% of max value = 765). Red value is 133 (52.34% from 255 or 97.79% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 133 - color contains mainly: red. Hex color #850003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850003 is #7AFFFC. Grayscale: #282828. Windows color (decimal): -8060925 or 196741. OLE color: 196741.

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

Color convert

RGB 133 0 3 -
CMYK 0 1 0.98 0.48
HSL 358.65º 1% 0.26% -
HSV(B) 358.65º 1% 0.52% -
XYZ 9.69 4.99 0.54 -
YUV 40.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 133 0 3 0 1 0.98 0.48 358.65 1 0.26
Hex 85 0 3 0 64 62 30 167 64 1A
Octal 205 0 3 0 144 142 60 547 144 32
Binary 10000101 0 11 0 1100100 1100010 110000 101100111 1100100 11010

Color Harmonies of #850003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850003

Black with #850003

Text Example


Text Example

White with #850003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850003; }

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

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

background-color css

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

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

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

border-color css

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

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

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