Html Css Color HEX #731C29 Red Berry

📋 copy color: '#731C29'

red 115 ◦ green 28 ◦ blue 41

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

Shades of Red Berry #731C29

Tints of Red Berry #731C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.22%

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

R = 62.5%
G = 15.22%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#731C29 (or 0x731C29) is known color: Red Berry. HEX triplet: 73, 1C and 29. RGB value is (115,28,41). Sum of RGB (Red+Green+Blue) = 115+28+41=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #731C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C29 is #8CE3D6. Grayscale: #373737. Windows color (decimal): -9233367 or 2694259. OLE color: 2694259.

HSL color Cylindrical-coordinate representation of color #731C29: hue angle of 351.03º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C29 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 28 41 -
CMYK 0 0.76 0.64 0.55
HSL 351.03º 0.61% 0.28% -
HSV(B) 351.03º 0.76% 0.45% -
XYZ 7.89 4.64 2.58 -
YUV 55.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 115 28 41 0 0.76 0.64 0.55 351.03 0.61 0.28
Hex 73 1C 29 0 4C 40 37 15F 3D 1C
Octal 163 34 51 0 114 100 67 537 75 34
Binary 1110011 11100 101001 0 1001100 1000000 110111 101011111 111101 11100

Color Harmonies of #731C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C29

Black with #731C29

Text Example


Text Example

White with #731C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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