Html Css Color HEX #731321 Red Berry

📋 copy color: '#731321'

red 115 ◦ green 19 ◦ blue 33

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

Shades of Red Berry #731321

Tints of Red Berry #731321

RGB

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

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

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

R = 68.86%
G = 11.38%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#731321 (or 0x731321) is known color: Red Berry. HEX triplet: 73, 13 and 21. RGB value is (115,19,33). Sum of RGB (Red+Green+Blue) = 115+19+33=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #731321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731321 is #8CECDE. Grayscale: #313131. Windows color (decimal): -9235679 or 2167667. OLE color: 2167667.

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

Color convert

RGB 115 19 33 -
CMYK 0 0.83 0.71 0.55
HSL 351.25º 0.72% 0.26% -
HSV(B) 351.25º 0.83% 0.45% -
XYZ 7.58 4.22 1.85 -
YUV 49.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 115 19 33 0 0.83 0.71 0.55 351.25 0.72 0.26
Hex 73 13 21 0 53 47 37 15F 48 1A
Octal 163 23 41 0 123 107 67 537 110 32
Binary 1110011 10011 100001 0 1010011 1000111 110111 101011111 1001000 11010

Color Harmonies of #731321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731321

Black with #731321

Text Example


Text Example

White with #731321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731321; }

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

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

background-color css

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

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

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

border-color css

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

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

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