Html Css Color HEX #731E29 Red Berry

📋 copy color: '#731E29'

red 115 ◦ green 30 ◦ blue 41

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

Shades of Red Berry #731E29

Tints of Red Berry #731E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.13%

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

R = 61.83%
G = 16.13%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#731E29 (or 0x731E29) is known color: Red Berry. HEX triplet: 73, 1E and 29. RGB value is (115,30,41). Sum of RGB (Red+Green+Blue) = 115+30+41=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #731E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E29 is #8CE1D6. Grayscale: #383838. Windows color (decimal): -9232855 or 2694771. OLE color: 2694771.

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

Color convert

RGB 115 30 41 -
CMYK 0 0.74 0.64 0.55
HSL 352.24º 0.59% 0.28% -
HSV(B) 352.24º 0.74% 0.45% -
XYZ 7.93 4.73 2.59 -
YUV 56.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 115 30 41 0 0.74 0.64 0.55 352.24 0.59 0.28
Hex 73 1E 29 0 4A 40 37 160 3B 1C
Octal 163 36 51 0 112 100 67 540 73 34
Binary 1110011 11110 101001 0 1001010 1000000 110111 101100000 111011 11100

Color Harmonies of #731E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E29

Black with #731E29

Text Example


Text Example

White with #731E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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