Html Css Color HEX #731527 Red Berry

📋 copy color: '#731527'

red 115 ◦ green 21 ◦ blue 39

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

Shades of Red Berry #731527

Tints of Red Berry #731527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 65.71%
G = 12%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#731527 (or 0x731527) is known color: Red Berry. HEX triplet: 73, 15 and 27. RGB value is (115,21,39). Sum of RGB (Red+Green+Blue) = 115+21+39=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #731527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731527 is #8CEAD8. Grayscale: #333333. Windows color (decimal): -9235161 or 2561395. OLE color: 2561395.

HSL color Cylindrical-coordinate representation of color #731527: hue angle of 348.51º 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 #731527 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 39 -
CMYK 0 0.82 0.66 0.55
HSL 348.51º 0.69% 0.27% -
HSV(B) 348.51º 0.82% 0.45% -
XYZ 7.7 4.33 2.35 -
YUV 51.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 115 21 39 0 0.82 0.66 0.55 348.51 0.69 0.27
Hex 73 15 27 0 52 42 37 15D 45 1B
Octal 163 25 47 0 122 102 67 535 105 33
Binary 1110011 10101 100111 0 1010010 1000010 110111 101011101 1000101 11011

Color Harmonies of #731527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731527

Black with #731527

Text Example


Text Example

White with #731527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731527; }

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

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

background-color css

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

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

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

border-color css

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

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

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