Html Css Color HEX #731820 Red Berry

📋 copy color: '#731820'

red 115 ◦ green 24 ◦ blue 32

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

Shades of Red Berry #731820

Tints of Red Berry #731820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 67.25%
G = 14.04%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#731820 (or 0x731820) is known color: Red Berry. HEX triplet: 73, 18 and 20. RGB value is (115,24,32). Sum of RGB (Red+Green+Blue) = 115+24+32=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #731820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731820 is #8CE7DF. Grayscale: #343434. Windows color (decimal): -9234400 or 2103411. OLE color: 2103411.

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

Color convert

RGB 115 24 32 -
CMYK 0 0.79 0.72 0.55
HSL 354.73º 0.65% 0.27% -
HSV(B) 354.73º 0.79% 0.45% -
XYZ 7.66 4.4 1.81 -
YUV 52.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 115 24 32 0 0.79 0.72 0.55 354.73 0.65 0.27
Hex 73 18 20 0 4F 48 37 163 41 1B
Octal 163 30 40 0 117 110 67 543 101 33
Binary 1110011 11000 100000 0 1001111 1001000 110111 101100011 1000001 11011

Color Harmonies of #731820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731820

Black with #731820

Text Example


Text Example

White with #731820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731820; }

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

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

background-color css

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

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

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

border-color css

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

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

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