Html Css Color HEX #731C21 Red Berry

📋 copy color: '#731C21'

red 115 ◦ green 28 ◦ blue 33

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

Shades of Red Berry #731C21

Tints of Red Berry #731C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

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

R = 65.34%
G = 15.91%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#731C21 (or 0x731C21) is known color: Red Berry. HEX triplet: 73, 1C and 21. RGB value is (115,28,33). Sum of RGB (Red+Green+Blue) = 115+28+33=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #731C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C21 is #8CE3DE. Grayscale: #363636. Windows color (decimal): -9233375 or 2169971. OLE color: 2169971.

HSL color Cylindrical-coordinate representation of color #731C21: hue angle of 356.55º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C21 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 28 33 -
CMYK 0 0.76 0.71 0.55
HSL 356.55º 0.61% 0.28% -
HSV(B) 356.55º 0.76% 0.45% -
XYZ 7.76 4.59 1.91 -
YUV 54.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 115 28 33 0 0.76 0.71 0.55 356.55 0.61 0.28
Hex 73 1C 21 0 4C 47 37 165 3D 1C
Octal 163 34 41 0 114 107 67 545 75 34
Binary 1110011 11100 100001 0 1001100 1000111 110111 101100101 111101 11100

Color Harmonies of #731C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C21

Black with #731C21

Text Example


Text Example

White with #731C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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