Html Css Color HEX #731521 Red Berry

📋 copy color: '#731521'

red 115 ◦ green 21 ◦ blue 33

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

Shades of Red Berry #731521

Tints of Red Berry #731521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.53%

R = 68.05%
G = 12.43%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#731521 (or 0x731521) is known color: Red Berry. HEX triplet: 73, 15 and 21. RGB value is (115,21,33). Sum of RGB (Red+Green+Blue) = 115+21+33=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #731521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731521 is #8CEADE. Grayscale: #323232. Windows color (decimal): -9235167 or 2168179. OLE color: 2168179.

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

Color convert

RGB 115 21 33 -
CMYK 0 0.82 0.71 0.55
HSL 352.34º 0.69% 0.27% -
HSV(B) 352.34º 0.82% 0.45% -
XYZ 7.61 4.29 1.87 -
YUV 50.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 115 21 33 0 0.82 0.71 0.55 352.34 0.69 0.27
Hex 73 15 21 0 52 47 37 160 45 1B
Octal 163 25 41 0 122 107 67 540 105 33
Binary 1110011 10101 100001 0 1010010 1000111 110111 101100000 1000101 11011

Color Harmonies of #731521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731521

Black with #731521

Text Example


Text Example

White with #731521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731521; }

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

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

background-color css

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

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

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

border-color css

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

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

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