Html Css Color HEX #731D1E Red Berry

📋 copy color: '#731D1E'

red 115 ◦ green 29 ◦ blue 30

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

Shades of Red Berry #731D1E

Tints of Red Berry #731D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 66.09%
G = 16.67%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#731D1E (or 0x731D1E) is known color: Red Berry. HEX triplet: 73, 1D and 1E. RGB value is (115,29,30). Sum of RGB (Red+Green+Blue) = 115+29+30=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #731D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D1E is #8CE2E1. Grayscale: #363636. Windows color (decimal): -9233122 or 1973619. OLE color: 1973619.

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

Color convert

RGB 115 29 30 -
CMYK 0 0.75 0.74 0.55
HSL 359.3º 0.6% 0.28% -
HSV(B) 359.3º 0.75% 0.45% -
XYZ 7.74 4.62 1.71 -
YUV 54.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 115 29 30 0 0.75 0.74 0.55 359.3 0.6 0.28
Hex 73 1D 1E 0 4B 4A 37 167 3C 1C
Octal 163 35 36 0 113 112 67 547 74 34
Binary 1110011 11101 11110 0 1001011 1001010 110111 101100111 111100 11100

Color Harmonies of #731D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D1E

Black with #731D1E

Text Example


Text Example

White with #731D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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