Html Css Color HEX #921215 Sangria

📋 copy color: '#921215'

red 146 ◦ green 18 ◦ blue 21

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

Shades of Sangria #921215

Tints of Sangria #921215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 78.92%
G = 9.73%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#921215 (or 0x921215) is known color: Sangria. HEX triplet: 92, 12 and 15. RGB value is (146,18,21). Sum of RGB (Red+Green+Blue) = 146+18+21=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #921215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921215 is #6DEDEA. Grayscale: #383838. Windows color (decimal): -7204331 or 1381010. OLE color: 1381010.

HSL color Cylindrical-coordinate representation of color #921215: hue angle of 358.59º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921215 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 18 21 -
CMYK 0 0.88 0.86 0.43
HSL 358.59º 0.78% 0.32% -
HSV(B) 358.59º 0.88% 0.57% -
XYZ 12.21 6.6 1.34 -
YUV 56.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 146 18 21 0 0.88 0.86 0.43 358.59 0.78 0.32
Hex 92 12 15 0 58 56 2B 167 4E 20
Octal 222 22 25 0 130 126 53 547 116 40
Binary 10010010 10010 10101 0 1011000 1010110 101011 101100111 1001110 100000

Color Harmonies of #921215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921215

Black with #921215

Text Example


Text Example

White with #921215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921215; }

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

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

background-color css

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

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

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

border-color css

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

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

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