Html Css Color HEX #731324 Red Berry

📋 copy color: '#731324'

red 115 ◦ green 19 ◦ blue 36

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

Shades of Red Berry #731324

Tints of Red Berry #731324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

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

R = 67.65%
G = 11.18%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#731324 (or 0x731324) is known color: Red Berry. HEX triplet: 73, 13 and 24. RGB value is (115,19,36). Sum of RGB (Red+Green+Blue) = 115+19+36=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #731324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731324 is #8CECDB. Grayscale: #313131. Windows color (decimal): -9235676 or 2364275. OLE color: 2364275.

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

Color convert

RGB 115 19 36 -
CMYK 0 0.83 0.69 0.55
HSL 349.38º 0.72% 0.26% -
HSV(B) 349.38º 0.83% 0.45% -
XYZ 7.62 4.24 2.09 -
YUV 49.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 115 19 36 0 0.83 0.69 0.55 349.38 0.72 0.26
Hex 73 13 24 0 53 45 37 15D 48 1A
Octal 163 23 44 0 123 105 67 535 110 32
Binary 1110011 10011 100100 0 1010011 1000101 110111 101011101 1001000 11010

Color Harmonies of #731324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731324

Black with #731324

Text Example


Text Example

White with #731324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731324; }

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

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

background-color css

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

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

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

border-color css

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

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

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