Html Css Color HEX #730A0B Sangria

📋 copy color: '#730A0B'

red 115 ◦ green 10 ◦ blue 11

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

Shades of Sangria #730A0B

Tints of Sangria #730A0B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.35%

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

R = 84.56%
G = 7.35%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#730A0B (or 0x730A0B) is known color: Sangria. HEX triplet: 73, 0A and 0B. RGB value is (115,10,11). Sum of RGB (Red+Green+Blue) = 115+10+11=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730A0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A0B is #8CF5F4. Grayscale: #292929. Windows color (decimal): -9238005 or 723571. OLE color: 723571.

HSL color Cylindrical-coordinate representation of color #730A0B: hue angle of 359.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A0B is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 10 11 -
CMYK 0 0.91 0.90 0.55
HSL 359.43º 0.84% 0.25% -
HSV(B) 359.43º 0.91% 0.45% -
XYZ 7.24 3.89 0.69 -
YUV 41.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 115 10 11 0 0.91 0.90 0.55 359.43 0.84 0.25
Hex 73 A B 0 5B 5A 37 167 54 19
Octal 163 12 13 0 133 132 67 547 124 31
Binary 1110011 1010 1011 0 1011011 1011010 110111 101100111 1010100 11001

Color Harmonies of #730A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A0B

Black with #730A0B

Text Example


Text Example

White with #730A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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