Html Css Color HEX #730506 Sangria

📋 copy color: '#730506'

red 115 ◦ green 5 ◦ blue 6

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

Shades of Sangria #730506

Tints of Sangria #730506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.76%

R = 91.27%
G = 3.97%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#730506 (or 0x730506) is known color: Sangria. HEX triplet: 73, 05 and 06. RGB value is (115,5,6). Sum of RGB (Red+Green+Blue) = 115+5+6=126 (16% of max value = 765). Red value is 115 (45.31% from 255 or 91.27% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 115 - color contains mainly: red. Hex color #730506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730506 is #8CFAF9. Grayscale: #262626. Windows color (decimal): -9239290 or 394611. OLE color: 394611.

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

Color convert

RGB 115 5 6 -
CMYK 0 0.96 0.95 0.55
HSL 359.45º 0.92% 0.24% -
HSV(B) 359.45º 0.96% 0.45% -
XYZ 7.16 3.77 0.52 -
YUV 38 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 115 5 6 0 0.96 0.95 0.55 359.45 0.92 0.24
Hex 73 5 6 0 60 5F 37 167 5C 18
Octal 163 5 6 0 140 137 67 547 134 30
Binary 1110011 101 110 0 1100000 1011111 110111 101100111 1011100 11000

Color Harmonies of #730506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730506

Black with #730506

Text Example


Text Example

White with #730506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730506; }

 p { color: rgb(115,5,6); }

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

background-color css

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

 a { background-color: rgb(115,5,6); }

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

border-color css

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

 span { border-color: rgb(115,5,6); }

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