Html Css Color HEX #730106 Sangria

📋 copy color: '#730106'

red 115 ◦ green 1 ◦ blue 6

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

Shades of Sangria #730106

Tints of Sangria #730106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

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

R = 94.26%
G = 0.82%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#730106 (or 0x730106) is known color: Sangria. HEX triplet: 73, 01 and 06. RGB value is (115,1,6). Sum of RGB (Red+Green+Blue) = 115+1+6=122 (16% of max value = 765). Red value is 115 (45.31% from 255 or 94.26% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 115 - color contains mainly: red. Hex color #730106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730106 is #8CFEF9. Grayscale: #232323. Windows color (decimal): -9240314 or 393587. OLE color: 393587.

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

Color convert

RGB 115 1 6 -
CMYK 0 0.99 0.95 0.55
HSL 357.37º 0.98% 0.23% -
HSV(B) 357.37º 0.99% 0.45% -
XYZ 7.11 3.68 0.51 -
YUV 35.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 115 1 6 0 0.99 0.95 0.55 357.37 0.98 0.23
Hex 73 1 6 0 63 5F 37 165 62 17
Octal 163 1 6 0 143 137 67 545 142 27
Binary 1110011 1 110 0 1100011 1011111 110111 101100101 1100010 10111

Color Harmonies of #730106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730106

Black with #730106

Text Example


Text Example

White with #730106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730106; }

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

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

background-color css

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

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

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

border-color css

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

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

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