Html Css Color HEX #731D1F Red Berry

📋 copy color: '#731D1F'

red 115 ◦ green 29 ◦ blue 31

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

Shades of Red Berry #731D1F

Tints of Red Berry #731D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

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

R = 65.71%
G = 16.57%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#731D1F (or 0x731D1F) is known color: Red Berry. HEX triplet: 73, 1D and 1F. RGB value is (115,29,31). Sum of RGB (Red+Green+Blue) = 115+29+31=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #731D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D1F is #8CE2E0. Grayscale: #373737. Windows color (decimal): -9233121 or 2039155. OLE color: 2039155.

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

Color convert

RGB 115 29 31 -
CMYK 0 0.75 0.73 0.55
HSL 358.6º 0.6% 0.28% -
HSV(B) 358.6º 0.75% 0.45% -
XYZ 7.76 4.62 1.78 -
YUV 54.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 115 29 31 0 0.75 0.73 0.55 358.6 0.6 0.28
Hex 73 1D 1F 0 4B 49 37 167 3C 1C
Octal 163 35 37 0 113 111 67 547 74 34
Binary 1110011 11101 11111 0 1001011 1001001 110111 101100111 111100 11100

Color Harmonies of #731D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D1F

Black with #731D1F

Text Example


Text Example

White with #731D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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