Html Css Color HEX #920109 Sangria

📋 copy color: '#920109'

red 146 ◦ green 1 ◦ blue 9

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

Shades of Sangria #920109

Tints of Sangria #920109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 9 (3.91% from 255) = 5.77%

R = 93.59%
G = 0.64%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#920109 (or 0x920109) is known color: Sangria. HEX triplet: 92, 01 and 09. RGB value is (146,1,9). Sum of RGB (Red+Green+Blue) = 146+1+9=156 (20% of max value = 765). Red value is 146 (57.42% from 255 or 93.59% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 146 - color contains mainly: red. Hex color #920109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920109 is #6DFEF6. Grayscale: #2D2D2D. Windows color (decimal): -7208695 or 590226. OLE color: 590226.

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

Color convert

RGB 146 1 9 -
CMYK 0 0.99 0.94 0.43
HSL 356.69º 0.99% 0.29% -
HSV(B) 356.69º 0.99% 0.57% -
XYZ 11.91 6.15 0.82 -
YUV 45.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 146 1 9 0 0.99 0.94 0.43 356.69 0.99 0.29
Hex 92 1 9 0 63 5E 2B 165 63 1D
Octal 222 1 11 0 143 136 53 545 143 35
Binary 10010010 1 1001 0 1100011 1011110 101011 101100101 1100011 11101

Color Harmonies of #920109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920109

Black with #920109

Text Example


Text Example

White with #920109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920109; }

 p { color: rgb(146,1,9); }

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

background-color css

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

 a { background-color: rgb(146,1,9); }

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

border-color css

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

 span { border-color: rgb(146,1,9); }

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