Html Css Color HEX #73090B Sangria

📋 copy color: '#73090B'

red 115 ◦ green 9 ◦ blue 11

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

Shades of Sangria #73090B

Tints of Sangria #73090B

RGB

 RED value IS 115 (45.31% from 255) = 85.19%

 GREEN value IS 9 (3.91% from 255) = 6.67%

 BLUE value IS 11 (4.69% from 255) = 8.15%

R = 85.19%
G = 6.67%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73090B (or 0x73090B) is known color: Sangria. HEX triplet: 73, 09 and 0B. RGB value is (115,9,11). Sum of RGB (Red+Green+Blue) = 115+9+11=135 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.19% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 115 - color contains mainly: red. Hex color #73090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73090B is #8CF6F4. Grayscale: #292929. Windows color (decimal): -9238261 or 723315. OLE color: 723315.

HSL color Cylindrical-coordinate representation of color #73090B: hue angle of 358.87º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73090B is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 9 11 -
CMYK 0 0.92 0.90 0.55
HSL 358.87º 0.85% 0.24% -
HSV(B) 358.87º 0.92% 0.45% -
XYZ 7.23 3.86 0.68 -
YUV 40.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 115 9 11 0 0.92 0.90 0.55 358.87 0.85 0.24
Hex 73 9 B 0 5C 5A 37 167 55 18
Octal 163 11 13 0 134 132 67 547 125 30
Binary 1110011 1001 1011 0 1011100 1011010 110111 101100111 1010101 11000

Color Harmonies of #73090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73090B

Black with #73090B

Text Example


Text Example

White with #73090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73090B; }

 p { color: rgb(115,9,11); }

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

background-color css

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

 a { background-color: rgb(115,9,11); }

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

border-color css

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

 span { border-color: rgb(115,9,11); }

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