Html Css Color HEX #921415 Sangria

📋 copy color: '#921415'

red 146 ◦ green 20 ◦ blue 21

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

Shades of Sangria #921415

Tints of Sangria #921415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

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

R = 78.07%
G = 10.7%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#921415 (or 0x921415) is known color: Sangria. HEX triplet: 92, 14 and 15. RGB value is (146,20,21). Sum of RGB (Red+Green+Blue) = 146+20+21=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #921415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921415 is #6DEBEA. Grayscale: #393939. Windows color (decimal): -7203819 or 1381522. OLE color: 1381522.

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

Color convert

RGB 146 20 21 -
CMYK 0 0.86 0.86 0.43
HSL 359.52º 0.76% 0.33% -
HSV(B) 359.52º 0.86% 0.57% -
XYZ 12.24 6.67 1.35 -
YUV 57.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 146 20 21 0 0.86 0.86 0.43 359.52 0.76 0.33
Hex 92 14 15 0 56 56 2B 168 4C 21
Octal 222 24 25 0 126 126 53 550 114 41
Binary 10010010 10100 10101 0 1010110 1010110 101011 101101000 1001100 100001

Color Harmonies of #921415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921415

Black with #921415

Text Example


Text Example

White with #921415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921415; }

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

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

background-color css

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

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

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

border-color css

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

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

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