Html Css Color HEX #731824 Red Berry

📋 copy color: '#731824'

red 115 ◦ green 24 ◦ blue 36

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

Shades of Red Berry #731824

Tints of Red Berry #731824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 36 (14.45% from 255) = 20.57%

R = 65.71%
G = 13.71%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#731824 (or 0x731824) is known color: Red Berry. HEX triplet: 73, 18 and 24. RGB value is (115,24,36). Sum of RGB (Red+Green+Blue) = 115+24+36=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #731824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731824 is #8CE7DB. Grayscale: #343434. Windows color (decimal): -9234396 or 2365555. OLE color: 2365555.

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

Color convert

RGB 115 24 36 -
CMYK 0 0.79 0.69 0.55
HSL 352.09º 0.65% 0.27% -
HSV(B) 352.09º 0.79% 0.45% -
XYZ 7.72 4.43 2.12 -
YUV 52.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 115 24 36 0 0.79 0.69 0.55 352.09 0.65 0.27
Hex 73 18 24 0 4F 45 37 160 41 1B
Octal 163 30 44 0 117 105 67 540 101 33
Binary 1110011 11000 100100 0 1001111 1000101 110111 101100000 1000001 11011

Color Harmonies of #731824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731824

Black with #731824

Text Example


Text Example

White with #731824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731824; }

 p { color: rgb(115,24,36); }

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

background-color css

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

 a { background-color: rgb(115,24,36); }

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

border-color css

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

 span { border-color: rgb(115,24,36); }

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