Html Css Color HEX #731629 Red Berry

📋 copy color: '#731629'

red 115 ◦ green 22 ◦ blue 41

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

Shades of Red Berry #731629

Tints of Red Berry #731629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

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

R = 64.61%
G = 12.36%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#731629 (or 0x731629) is known color: Red Berry. HEX triplet: 73, 16 and 29. RGB value is (115,22,41). Sum of RGB (Red+Green+Blue) = 115+22+41=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #731629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731629 is #8CE9D6. Grayscale: #333333. Windows color (decimal): -9234903 or 2692723. OLE color: 2692723.

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

Color convert

RGB 115 22 41 -
CMYK 0 0.81 0.64 0.55
HSL 347.74º 0.68% 0.27% -
HSV(B) 347.74º 0.81% 0.45% -
XYZ 7.76 4.38 2.53 -
YUV 51.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 115 22 41 0 0.81 0.64 0.55 347.74 0.68 0.27
Hex 73 16 29 0 51 40 37 15C 44 1B
Octal 163 26 51 0 121 100 67 534 104 33
Binary 1110011 10110 101001 0 1010001 1000000 110111 101011100 1000100 11011

Color Harmonies of #731629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731629

Black with #731629

Text Example


Text Example

White with #731629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731629; }

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

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

background-color css

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

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

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

border-color css

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

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

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