Html Css Color HEX #850308 Sangria

📋 copy color: '#850308'

red 133 ◦ green 3 ◦ blue 8

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

Shades of Sangria #850308

Tints of Sangria #850308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

 BLUE value IS 8 (3.52% from 255) = 5.56%

R = 92.36%
G = 2.08%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#850308 (or 0x850308) is known color: Sangria. HEX triplet: 85, 03 and 08. RGB value is (133,3,8). Sum of RGB (Red+Green+Blue) = 133+3+8=144 (19% of max value = 765). Red value is 133 (52.34% from 255 or 92.36% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 133 - color contains mainly: red. Hex color #850308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850308 is #7AFCF7. Grayscale: #2A2A2A. Windows color (decimal): -8060152 or 525189. OLE color: 525189.

HSL color Cylindrical-coordinate representation of color #850308: hue angle of 357.69º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850308 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 3 8 -
CMYK 0 0.98 0.94 0.48
HSL 357.69º 0.96% 0.27% -
HSV(B) 357.69º 0.98% 0.52% -
XYZ 9.75 5.07 0.69 -
YUV 42.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 133 3 8 0 0.98 0.94 0.48 357.69 0.96 0.27
Hex 85 3 8 0 62 5E 30 166 60 1B
Octal 205 3 10 0 142 136 60 546 140 33
Binary 10000101 11 1000 0 1100010 1011110 110000 101100110 1100000 11011

Color Harmonies of #850308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850308

Black with #850308

Text Example


Text Example

White with #850308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850308; }

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

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

background-color css

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

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

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

border-color css

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

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

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