Html Css Color HEX #730008 Sangria

📋 copy color: '#730008'

red 115 ◦ green 0 ◦ blue 8

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

Shades of Sangria #730008

Tints of Sangria #730008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.5%

R = 93.5%
G = 0%
B = 6.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#730008 (or 0x730008) is known color: Sangria. HEX triplet: 73, 00 and 08. RGB value is (115,0,8). Sum of RGB (Red+Green+Blue) = 115+0+8=123 (16% of max value = 765). Red value is 115 (45.31% from 255 or 93.50% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 115 - color contains mainly: red. Hex color #730008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730008 is #8CFFF7. Grayscale: #232323. Windows color (decimal): -9240568 or 524403. OLE color: 524403.

HSL color Cylindrical-coordinate representation of color #730008: hue angle of 355.83º 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 #730008 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 8 -
CMYK 0 1 0.93 0.55
HSL 355.83º 1% 0.23% -
HSV(B) 355.83º 1% 0.45% -
XYZ 7.11 3.66 0.56 -
YUV 35.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 115 0 8 0 1 0.93 0.55 355.83 1 0.23
Hex 73 0 8 0 64 5D 37 164 64 17
Octal 163 0 10 0 144 135 67 544 144 27
Binary 1110011 0 1000 0 1100100 1011101 110111 101100100 1100100 10111

Color Harmonies of #730008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730008

Black with #730008

Text Example


Text Example

White with #730008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730008; }

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

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

background-color css

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

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

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

border-color css

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

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

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