Html Css Color HEX #850102 Sangria

📋 copy color: '#850102'

red 133 ◦ green 1 ◦ blue 2

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

Shades of Sangria #850102

Tints of Sangria #850102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.47%

R = 97.79%
G = 0.74%
B = 1.47%

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

#850102 (or 0x850102) is known color: Sangria. HEX triplet: 85, 01 and 02. RGB value is (133,1,2). Sum of RGB (Red+Green+Blue) = 133+1+2=136 (18% of max value = 765). Red value is 133 (52.34% from 255 or 97.79% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 133 - color contains mainly: red. Hex color #850102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850102 is #7AFEFD. Grayscale: #282828. Windows color (decimal): -8060670 or 131461. OLE color: 131461.

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

Color convert

RGB 133 1 2 -
CMYK 0 0.99 0.98 0.48
HSL 359.55º 0.99% 0.26% -
HSV(B) 359.55º 0.99% 0.52% -
XYZ 9.69 5.01 0.51 -
YUV 40.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 133 1 2 0 0.99 0.98 0.48 359.55 0.99 0.26
Hex 85 1 2 0 63 62 30 168 63 1A
Octal 205 1 2 0 143 142 60 550 143 32
Binary 10000101 1 10 0 1100011 1100010 110000 101101000 1100011 11010

Color Harmonies of #850102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850102

Black with #850102

Text Example


Text Example

White with #850102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850102; }

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

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

background-color css

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

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

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

border-color css

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

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

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