Html Css Color HEX #720203 Sangria

📋 copy color: '#720203'

red 114 ◦ green 2 ◦ blue 3

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

Shades of Sangria #720203

Tints of Sangria #720203

RGB

 RED value IS 114 (44.92% from 255) = 95.8%

 GREEN value IS 2 (1.17% from 255) = 1.68%

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

R = 95.8%
G = 1.68%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#720203 (or 0x720203) is known color: Sangria. HEX triplet: 72, 02 and 03. RGB value is (114,2,3). Sum of RGB (Red+Green+Blue) = 114+2+3=119 (15% of max value = 765). Red value is 114 (44.92% from 255 or 95.80% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 114 - color contains mainly: red. Hex color #720203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720203 is #8DFDFC. Grayscale: #232323. Windows color (decimal): -9305597 or 197234. OLE color: 197234.

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

Color convert

RGB 114 2 3 -
CMYK 0 0.98 0.97 0.55
HSL 359.46º 0.97% 0.23% -
HSV(B) 359.46º 0.98% 0.45% -
XYZ 6.98 3.63 0.42 -
YUV 35.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 114 2 3 0 0.98 0.97 0.55 359.46 0.97 0.23
Hex 72 2 3 0 62 61 37 167 61 17
Octal 162 2 3 0 142 141 67 547 141 27
Binary 1110010 10 11 0 1100010 1100001 110111 101100111 1100001 10111

Color Harmonies of #720203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720203

Black with #720203

Text Example


Text Example

White with #720203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720203; }

 p { color: rgb(114,2,3); }

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

background-color css

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

 a { background-color: rgb(114,2,3); }

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

border-color css

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

 span { border-color: rgb(114,2,3); }

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