Html Css Color HEX #731921 Red Berry

📋 copy color: '#731921'

red 115 ◦ green 25 ◦ blue 33

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

Shades of Red Berry #731921

Tints of Red Berry #731921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 66.47%
G = 14.45%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#731921 (or 0x731921) is known color: Red Berry. HEX triplet: 73, 19 and 21. RGB value is (115,25,33). Sum of RGB (Red+Green+Blue) = 115+25+33=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #731921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731921 is #8CE6DE. Grayscale: #343434. Windows color (decimal): -9234143 or 2169203. OLE color: 2169203.

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

Color convert

RGB 115 25 33 -
CMYK 0 0.78 0.71 0.55
HSL 354.67º 0.64% 0.27% -
HSV(B) 354.67º 0.78% 0.45% -
XYZ 7.69 4.45 1.89 -
YUV 52.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 115 25 33 0 0.78 0.71 0.55 354.67 0.64 0.27
Hex 73 19 21 0 4E 47 37 163 40 1B
Octal 163 31 41 0 116 107 67 543 100 33
Binary 1110011 11001 100001 0 1001110 1000111 110111 101100011 1000000 11011

Color Harmonies of #731921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731921

Black with #731921

Text Example


Text Example

White with #731921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731921; }

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

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

background-color css

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

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

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

border-color css

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

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

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