Html Css Color HEX #731728 Red Berry

📋 copy color: '#731728'

red 115 ◦ green 23 ◦ blue 40

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

Shades of Red Berry #731728

Tints of Red Berry #731728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.92%

 BLUE value IS 40 (16.02% from 255) = 22.47%

R = 64.61%
G = 12.92%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#731728 (or 0x731728) is known color: Red Berry. HEX triplet: 73, 17 and 28. RGB value is (115,23,40). Sum of RGB (Red+Green+Blue) = 115+23+40=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #731728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731728 is #8CE8D7. Grayscale: #343434. Windows color (decimal): -9234648 or 2627443. OLE color: 2627443.

HSL color Cylindrical-coordinate representation of color #731728: hue angle of 348.91º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731728 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 40 -
CMYK 0 0.80 0.65 0.55
HSL 348.91º 0.67% 0.27% -
HSV(B) 348.91º 0.8% 0.45% -
XYZ 7.76 4.41 2.45 -
YUV 52.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 115 23 40 0 0.80 0.65 0.55 348.91 0.67 0.27
Hex 73 17 28 0 50 41 37 15D 43 1B
Octal 163 27 50 0 120 101 67 535 103 33
Binary 1110011 10111 101000 0 1010000 1000001 110111 101011101 1000011 11011

Color Harmonies of #731728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731728

Black with #731728

Text Example


Text Example

White with #731728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731728; }

 p { color: rgb(115,23,40); }

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

background-color css

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

 a { background-color: rgb(115,23,40); }

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

border-color css

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

 span { border-color: rgb(115,23,40); }

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