Html Css Color HEX #731529 Red Berry

📋 copy color: '#731529'

red 115 ◦ green 21 ◦ blue 41

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

Shades of Red Berry #731529

Tints of Red Berry #731529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.86%

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

R = 64.97%
G = 11.86%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#731529 (or 0x731529) is known color: Red Berry. HEX triplet: 73, 15 and 29. RGB value is (115,21,41). Sum of RGB (Red+Green+Blue) = 115+21+41=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #731529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731529 is #8CEAD6. Grayscale: #333333. Windows color (decimal): -9235159 or 2692467. OLE color: 2692467.

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

Color convert

RGB 115 21 41 -
CMYK 0 0.82 0.64 0.55
HSL 347.23º 0.69% 0.27% -
HSV(B) 347.23º 0.82% 0.45% -
XYZ 7.74 4.34 2.53 -
YUV 51.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 115 21 41 0 0.82 0.64 0.55 347.23 0.69 0.27
Hex 73 15 29 0 52 40 37 15B 45 1B
Octal 163 25 51 0 122 100 67 533 105 33
Binary 1110011 10101 101001 0 1010010 1000000 110111 101011011 1000101 11011

Color Harmonies of #731529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731529

Black with #731529

Text Example


Text Example

White with #731529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731529; }

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

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

background-color css

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

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

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

border-color css

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

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

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