Html Css Color HEX #920510 Sangria

📋 copy color: '#920510'

red 146 ◦ green 5 ◦ blue 16

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

Shades of Sangria #920510

Tints of Sangria #920510

RGB

 RED value IS 146 (57.42% from 255) = 87.43%

 GREEN value IS 5 (2.34% from 255) = 2.99%

 BLUE value IS 16 (6.64% from 255) = 9.58%

R = 87.43%
G = 2.99%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#920510 (or 0x920510) is known color: Sangria. HEX triplet: 92, 05 and 10. RGB value is (146,5,16). Sum of RGB (Red+Green+Blue) = 146+5+16=167 (22% of max value = 765). Red value is 146 (57.42% from 255 or 87.43% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 146 - color contains mainly: red. Hex color #920510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920510 is #6DFAEF. Grayscale: #303030. Windows color (decimal): -7207664 or 1050002. OLE color: 1050002.

HSL color Cylindrical-coordinate representation of color #920510: hue angle of 355.32º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920510 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 16 -
CMYK 0 0.97 0.89 0.43
HSL 355.32º 0.93% 0.3% -
HSV(B) 355.32º 0.97% 0.57% -
XYZ 12 6.26 1.07 -
YUV 48.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 146 5 16 0 0.97 0.89 0.43 355.32 0.93 0.3
Hex 92 5 10 0 61 59 2B 163 5D 1E
Octal 222 5 20 0 141 131 53 543 135 36
Binary 10010010 101 10000 0 1100001 1011001 101011 101100011 1011101 11110

Color Harmonies of #920510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920510

Black with #920510

Text Example


Text Example

White with #920510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920510; }

 p { color: rgb(146,5,16); }

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

background-color css

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

 a { background-color: rgb(146,5,16); }

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

border-color css

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

 span { border-color: rgb(146,5,16); }

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