Html Css Color HEX #73172A Red Berry

📋 copy color: '#73172A'

red 115 ◦ green 23 ◦ blue 42

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

Shades of Red Berry #73172A

Tints of Red Berry #73172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.33%

R = 63.89%
G = 12.78%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73172A (or 0x73172A) is known color: Red Berry. HEX triplet: 73, 17 and 2A. RGB value is (115,23,42). Sum of RGB (Red+Green+Blue) = 115+23+42=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73172A is #8CE8D5. Grayscale: #343434. Windows color (decimal): -9234646 or 2758515. OLE color: 2758515.

HSL color Cylindrical-coordinate representation of color #73172A: hue angle of 347.61º 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 #73172A is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 42 -
CMYK 0 0.80 0.63 0.55
HSL 347.61º 0.67% 0.27% -
HSV(B) 347.61º 0.8% 0.45% -
XYZ 7.79 4.42 2.63 -
YUV 52.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 115 23 42 0 0.80 0.63 0.55 347.61 0.67 0.27
Hex 73 17 2A 0 50 3F 37 15C 43 1B
Octal 163 27 52 0 120 77 67 534 103 33
Binary 1110011 10111 101010 0 1010000 111111 110111 101011100 1000011 11011

Color Harmonies of #73172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73172A

Black with #73172A

Text Example


Text Example

White with #73172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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