Html Css Color HEX #920512 Sangria

📋 copy color: '#920512'

red 146 ◦ green 5 ◦ blue 18

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

Shades of Sangria #920512

Tints of Sangria #920512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.65%

R = 86.39%
G = 2.96%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#920512 (or 0x920512) is known color: Sangria. HEX triplet: 92, 05 and 12. RGB value is (146,5,18). Sum of RGB (Red+Green+Blue) = 146+5+18=169 (22% of max value = 765). Red value is 146 (57.42% from 255 or 86.39% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 146 - color contains mainly: red. Hex color #920512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920512 is #6DFAED. Grayscale: #303030. Windows color (decimal): -7207662 or 1181074. OLE color: 1181074.

HSL color Cylindrical-coordinate representation of color #920512: hue angle of 354.47º 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 #920512 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 18 -
CMYK 0 0.97 0.88 0.43
HSL 354.47º 0.93% 0.3% -
HSV(B) 354.47º 0.97% 0.57% -
XYZ 12.02 6.26 1.15 -
YUV 48.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 146 5 18 0 0.97 0.88 0.43 354.47 0.93 0.3
Hex 92 5 12 0 61 58 2B 162 5D 1E
Octal 222 5 22 0 141 130 53 542 135 36
Binary 10010010 101 10010 0 1100001 1011000 101011 101100010 1011101 11110

Color Harmonies of #920512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920512

Black with #920512

Text Example


Text Example

White with #920512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920512; }

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

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

background-color css

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

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

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

border-color css

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

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

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