Html Css Color HEX #730306 Sangria

📋 copy color: '#730306'

red 115 ◦ green 3 ◦ blue 6

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

Shades of Sangria #730306

Tints of Sangria #730306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

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

R = 92.74%
G = 2.42%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#730306 (or 0x730306) is known color: Sangria. HEX triplet: 73, 03 and 06. RGB value is (115,3,6). Sum of RGB (Red+Green+Blue) = 115+3+6=124 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92.74% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 115 - color contains mainly: red. Hex color #730306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730306 is #8CFCF9. Grayscale: #242424. Windows color (decimal): -9239802 or 394099. OLE color: 394099.

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

Color convert

RGB 115 3 6 -
CMYK 0 0.97 0.95 0.55
HSL 358.39º 0.95% 0.23% -
HSV(B) 358.39º 0.97% 0.45% -
XYZ 7.14 3.72 0.51 -
YUV 36.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 115 3 6 0 0.97 0.95 0.55 358.39 0.95 0.23
Hex 73 3 6 0 61 5F 37 166 5F 17
Octal 163 3 6 0 141 137 67 546 137 27
Binary 1110011 11 110 0 1100001 1011111 110111 101100110 1011111 10111

Color Harmonies of #730306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730306

Black with #730306

Text Example


Text Example

White with #730306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730306; }

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

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

background-color css

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

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

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

border-color css

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

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

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