Html Css Color HEX #731A1F Red Berry

📋 copy color: '#731A1F'

red 115 ◦ green 26 ◦ blue 31

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

Shades of Red Berry #731A1F

Tints of Red Berry #731A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

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

R = 66.86%
G = 15.12%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#731A1F (or 0x731A1F) is known color: Red Berry. HEX triplet: 73, 1A and 1F. RGB value is (115,26,31). Sum of RGB (Red+Green+Blue) = 115+26+31=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #731A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A1F is #8CE5E0. Grayscale: #353535. Windows color (decimal): -9233889 or 2038387. OLE color: 2038387.

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

Color convert

RGB 115 26 31 -
CMYK 0 0.77 0.73 0.55
HSL 356.63º 0.63% 0.28% -
HSV(B) 356.63º 0.77% 0.45% -
XYZ 7.69 4.48 1.76 -
YUV 53.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 115 26 31 0 0.77 0.73 0.55 356.63 0.63 0.28
Hex 73 1A 1F 0 4D 49 37 165 3F 1C
Octal 163 32 37 0 115 111 67 545 77 34
Binary 1110011 11010 11111 0 1001101 1001001 110111 101100101 111111 11100

Color Harmonies of #731A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A1F

Black with #731A1F

Text Example


Text Example

White with #731A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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