Html Css Color HEX #730006 Sangria

📋 copy color: '#730006'

red 115 ◦ green 0 ◦ blue 6

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

Shades of Sangria #730006

Tints of Sangria #730006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.04%
G = 0%
B = 4.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#730006 (or 0x730006) is known color: Sangria. HEX triplet: 73, 00 and 06. RGB value is (115,0,6). Sum of RGB (Red+Green+Blue) = 115+0+6=121 (16% of max value = 765). Red value is 115 (45.31% from 255 or 95.04% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 115 - color contains mainly: red. Hex color #730006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730006 is #8CFFF9. Grayscale: #232323. Windows color (decimal): -9240570 or 393331. OLE color: 393331.

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

Color convert

RGB 115 0 6 -
CMYK 0 1 0.95 0.55
HSL 356.87º 1% 0.23% -
HSV(B) 356.87º 1% 0.45% -
XYZ 7.1 3.66 0.5 -
YUV 35.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 115 0 6 0 1 0.95 0.55 356.87 1 0.23
Hex 73 0 6 0 64 5F 37 165 64 17
Octal 163 0 6 0 144 137 67 545 144 27
Binary 1110011 0 110 0 1100100 1011111 110111 101100101 1100100 10111

Color Harmonies of #730006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730006

Black with #730006

Text Example


Text Example

White with #730006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730006; }

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

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

background-color css

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

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

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

border-color css

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

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

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