Html Css Color HEX #73172C Red Berry

📋 copy color: '#73172C'

red 115 ◦ green 23 ◦ blue 44

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

Shades of Red Berry #73172C

Tints of Red Berry #73172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.64%

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 63.19%
G = 12.64%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73172C (or 0x73172C) is known color: Red Berry. HEX triplet: 73, 17 and 2C. RGB value is (115,23,44). Sum of RGB (Red+Green+Blue) = 115+23+44=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73172C is #8CE8D3. Grayscale: #343434. Windows color (decimal): -9234644 or 2889587. OLE color: 2889587.

HSL color Cylindrical-coordinate representation of color #73172C: hue angle of 346.3º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73172C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 44 -
CMYK 0 0.80 0.62 0.55
HSL 346.3º 0.67% 0.27% -
HSV(B) 346.3º 0.8% 0.45% -
XYZ 7.83 4.44 2.83 -
YUV 52.9 122.98 172.29 -
System Red Green Blue C M Y K H S L
Decimal 115 23 44 0 0.80 0.62 0.55 346.3 0.67 0.27
Hex 73 17 2C 0 50 3E 37 15A 43 1B
Octal 163 27 54 0 120 76 67 532 103 33
Binary 1110011 10111 101100 0 1010000 111110 110111 101011010 1000011 11011

Color Harmonies of #73172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73172C

Black with #73172C

Text Example


Text Example

White with #73172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73172C; }

 p { color: rgb(115,23,44); }

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

background-color css

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

 a { background-color: rgb(115,23,44); }

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

border-color css

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

 span { border-color: rgb(115,23,44); }

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