Html Css Color HEX #731E20 Red Berry

📋 copy color: '#731E20'

red 115 ◦ green 30 ◦ blue 32

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

Shades of Red Berry #731E20

Tints of Red Berry #731E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.95%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 64.97%
G = 16.95%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#731E20 (or 0x731E20) is known color: Red Berry. HEX triplet: 73, 1E and 20. RGB value is (115,30,32). Sum of RGB (Red+Green+Blue) = 115+30+32=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #731E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E20 is #8CE1DF. Grayscale: #373737. Windows color (decimal): -9232864 or 2104947. OLE color: 2104947.

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

Color convert

RGB 115 30 32 -
CMYK 0 0.74 0.72 0.55
HSL 358.59º 0.59% 0.28% -
HSV(B) 358.59º 0.74% 0.45% -
XYZ 7.8 4.68 1.86 -
YUV 55.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 115 30 32 0 0.74 0.72 0.55 358.59 0.59 0.28
Hex 73 1E 20 0 4A 48 37 167 3B 1C
Octal 163 36 40 0 112 110 67 547 73 34
Binary 1110011 11110 100000 0 1001010 1001000 110111 101100111 111011 11100

Color Harmonies of #731E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E20

Black with #731E20

Text Example


Text Example

White with #731E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,30,32); }

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

background-color css

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

 a { background-color: rgb(115,30,32); }

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

border-color css

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

 span { border-color: rgb(115,30,32); }

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