Html Css Color HEX #731E1F Red Berry

📋 copy color: '#731E1F'

red 115 ◦ green 30 ◦ blue 31

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

Shades of Red Berry #731E1F

Tints of Red Berry #731E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 65.34%
G = 17.05%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#731E1F (or 0x731E1F) is known color: Red Berry. HEX triplet: 73, 1E and 1F. RGB value is (115,30,31). Sum of RGB (Red+Green+Blue) = 115+30+31=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #731E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E1F is #8CE1E0. Grayscale: #373737. Windows color (decimal): -9232865 or 2039411. OLE color: 2039411.

HSL color Cylindrical-coordinate representation of color #731E1F: hue angle of 359.29º 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 #731E1F is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 30 31 -
CMYK 0 0.74 0.73 0.55
HSL 359.29º 0.59% 0.28% -
HSV(B) 359.29º 0.74% 0.45% -
XYZ 7.78 4.67 1.79 -
YUV 55.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 115 30 31 0 0.74 0.73 0.55 359.29 0.59 0.28
Hex 73 1E 1F 0 4A 49 37 167 3B 1C
Octal 163 36 37 0 112 111 67 547 73 34
Binary 1110011 11110 11111 0 1001010 1001001 110111 101100111 111011 11100

Color Harmonies of #731E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E1F

Black with #731E1F

Text Example


Text Example

White with #731E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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