Html Css Color HEX #730103 Sangria

📋 copy color: '#730103'

red 115 ◦ green 1 ◦ blue 3

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

Shades of Sangria #730103

Tints of Sangria #730103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.52%

R = 96.64%
G = 0.84%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#730103 (or 0x730103) is known color: Sangria. HEX triplet: 73, 01 and 03. RGB value is (115,1,3). Sum of RGB (Red+Green+Blue) = 115+1+3=119 (15% of max value = 765). Red value is 115 (45.31% from 255 or 96.64% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 115 - color contains mainly: red. Hex color #730103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730103 is #8CFEFC. Grayscale: #232323. Windows color (decimal): -9240317 or 196979. OLE color: 196979.

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

Color convert

RGB 115 1 3 -
CMYK 0 0.99 0.97 0.55
HSL 358.95º 0.98% 0.23% -
HSV(B) 358.95º 0.99% 0.45% -
XYZ 7.1 3.67 0.42 -
YUV 35.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 115 1 3 0 0.99 0.97 0.55 358.95 0.98 0.23
Hex 73 1 3 0 63 61 37 167 62 17
Octal 163 1 3 0 143 141 67 547 142 27
Binary 1110011 1 11 0 1100011 1100001 110111 101100111 1100010 10111

Color Harmonies of #730103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730103

Black with #730103

Text Example


Text Example

White with #730103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730103; }

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

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

background-color css

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

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

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

border-color css

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

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

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