Html Css Color HEX #731121 Red Berry

📋 copy color: '#731121'

red 115 ◦ green 17 ◦ blue 33

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

Shades of Red Berry #731121

Tints of Red Berry #731121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.3%

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

R = 69.7%
G = 10.3%
B = 20%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#731121 (or 0x731121) is known color: Red Berry. HEX triplet: 73, 11 and 21. RGB value is (115,17,33). Sum of RGB (Red+Green+Blue) = 115+17+33=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #731121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731121 is #8CEEDE. Grayscale: #303030. Windows color (decimal): -9236191 or 2167155. OLE color: 2167155.

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

Color convert

RGB 115 17 33 -
CMYK 0 0.85 0.71 0.55
HSL 350.2º 0.74% 0.26% -
HSV(B) 350.2º 0.85% 0.45% -
XYZ 7.55 4.16 1.84 -
YUV 48.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 115 17 33 0 0.85 0.71 0.55 350.2 0.74 0.26
Hex 73 11 21 0 55 47 37 15E 4A 1A
Octal 163 21 41 0 125 107 67 536 112 32
Binary 1110011 10001 100001 0 1010101 1000111 110111 101011110 1001010 11010

Color Harmonies of #731121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731121

Black with #731121

Text Example


Text Example

White with #731121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731121; }

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

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

background-color css

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

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

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

border-color css

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

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

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