Html Css Color HEX #731329 Red Berry

📋 copy color: '#731329'

red 115 ◦ green 19 ◦ blue 41

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

Shades of Red Berry #731329

Tints of Red Berry #731329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

 BLUE value IS 41 (16.41% from 255) = 23.43%

R = 65.71%
G = 10.86%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#731329 (or 0x731329) is known color: Red Berry. HEX triplet: 73, 13 and 29. RGB value is (115,19,41). Sum of RGB (Red+Green+Blue) = 115+19+41=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #731329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731329 is #8CECD6. Grayscale: #323232. Windows color (decimal): -9235671 or 2691955. OLE color: 2691955.

HSL color Cylindrical-coordinate representation of color #731329: hue angle of 346.25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731329 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 41 -
CMYK 0 0.83 0.64 0.55
HSL 346.25º 0.72% 0.26% -
HSV(B) 346.25º 0.83% 0.45% -
XYZ 7.7 4.27 2.52 -
YUV 50.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 115 19 41 0 0.83 0.64 0.55 346.25 0.72 0.26
Hex 73 13 29 0 53 40 37 15A 48 1A
Octal 163 23 51 0 123 100 67 532 110 32
Binary 1110011 10011 101001 0 1010011 1000000 110111 101011010 1001000 11010

Color Harmonies of #731329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731329

Black with #731329

Text Example


Text Example

White with #731329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731329; }

 p { color: rgb(115,19,41); }

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

background-color css

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

 a { background-color: rgb(115,19,41); }

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

border-color css

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

 span { border-color: rgb(115,19,41); }

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