Html Css Color HEX #920509 Sangria

📋 copy color: '#920509'

red 146 ◦ green 5 ◦ blue 9

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

Shades of Sangria #920509

Tints of Sangria #920509

RGB

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

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

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

R = 91.25%
G = 3.13%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#920509 (or 0x920509) is known color: Sangria. HEX triplet: 92, 05 and 09. RGB value is (146,5,9). Sum of RGB (Red+Green+Blue) = 146+5+9=160 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.25% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 146 - color contains mainly: red. Hex color #920509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920509 is #6DFAF6. Grayscale: #2F2F2F. Windows color (decimal): -7207671 or 591250. OLE color: 591250.

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

Color convert

RGB 146 5 9 -
CMYK 0 0.97 0.94 0.43
HSL 358.3º 0.93% 0.3% -
HSV(B) 358.3º 0.97% 0.57% -
XYZ 11.96 6.24 0.83 -
YUV 47.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 146 5 9 0 0.97 0.94 0.43 358.3 0.93 0.3
Hex 92 5 9 0 61 5E 2B 166 5D 1E
Octal 222 5 11 0 141 136 53 546 135 36
Binary 10010010 101 1001 0 1100001 1011110 101011 101100110 1011101 11110

Color Harmonies of #920509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920509

Black with #920509

Text Example


Text Example

White with #920509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920509; }

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

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

background-color css

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

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

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

border-color css

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

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

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