Html Css Color HEX #921015 Sangria

📋 copy color: '#921015'

red 146 ◦ green 16 ◦ blue 21

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

Shades of Sangria #921015

Tints of Sangria #921015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

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

R = 79.78%
G = 8.74%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#921015 (or 0x921015) is known color: Sangria. HEX triplet: 92, 10 and 15. RGB value is (146,16,21). Sum of RGB (Red+Green+Blue) = 146+16+21=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #921015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921015 is #6DEFEA. Grayscale: #373737. Windows color (decimal): -7204843 or 1380498. OLE color: 1380498.

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

Color convert

RGB 146 16 21 -
CMYK 0 0.89 0.86 0.43
HSL 357.69º 0.8% 0.32% -
HSV(B) 357.69º 0.89% 0.57% -
XYZ 12.17 6.54 1.33 -
YUV 55.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 146 16 21 0 0.89 0.86 0.43 357.69 0.8 0.32
Hex 92 10 15 0 59 56 2B 166 50 20
Octal 222 20 25 0 131 126 53 546 120 40
Binary 10010010 10000 10101 0 1011001 1010110 101011 101100110 1010000 100000

Color Harmonies of #921015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921015

Black with #921015

Text Example


Text Example

White with #921015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921015; }

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

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

background-color css

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

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

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

border-color css

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

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

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