Html Css Color HEX #730108 Sangria

📋 copy color: '#730108'

red 115 ◦ green 1 ◦ blue 8

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

Shades of Sangria #730108

Tints of Sangria #730108

RGB

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

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

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

R = 92.74%
G = 0.81%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#730108 (or 0x730108) is known color: Sangria. HEX triplet: 73, 01 and 08. RGB value is (115,1,8). Sum of RGB (Red+Green+Blue) = 115+1+8=124 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92.74% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 115 - color contains mainly: red. Hex color #730108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730108 is #8CFEF7. Grayscale: #232323. Windows color (decimal): -9240312 or 524659. OLE color: 524659.

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

Color convert

RGB 115 1 8 -
CMYK 0 0.99 0.93 0.55
HSL 356.32º 0.98% 0.23% -
HSV(B) 356.32º 0.99% 0.45% -
XYZ 7.12 3.68 0.57 -
YUV 35.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 115 1 8 0 0.99 0.93 0.55 356.32 0.98 0.23
Hex 73 1 8 0 63 5D 37 164 62 17
Octal 163 1 10 0 143 135 67 544 142 27
Binary 1110011 1 1000 0 1100011 1011101 110111 101100100 1100010 10111

Color Harmonies of #730108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730108

Black with #730108

Text Example


Text Example

White with #730108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730108; }

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

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

background-color css

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

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

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

border-color css

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

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

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