Html Css Color HEX #731A1D Red Berry

📋 copy color: '#731A1D'

red 115 ◦ green 26 ◦ blue 29

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

Shades of Red Berry #731A1D

Tints of Red Berry #731A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 67.65%
G = 15.29%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#731A1D (or 0x731A1D) is known color: Red Berry. HEX triplet: 73, 1A and 1D. RGB value is (115,26,29). Sum of RGB (Red+Green+Blue) = 115+26+29=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #731A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A1D is #8CE5E2. Grayscale: #353535. Windows color (decimal): -9233891 or 1907315. OLE color: 1907315.

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

Color convert

RGB 115 26 29 -
CMYK 0 0.77 0.75 0.55
HSL 357.98º 0.63% 0.28% -
HSV(B) 357.98º 0.77% 0.45% -
XYZ 7.66 4.47 1.62 -
YUV 52.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 115 26 29 0 0.77 0.75 0.55 357.98 0.63 0.28
Hex 73 1A 1D 0 4D 4B 37 166 3F 1C
Octal 163 32 35 0 115 113 67 546 77 34
Binary 1110011 11010 11101 0 1001101 1001011 110111 101100110 111111 11100

Color Harmonies of #731A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A1D

Black with #731A1D

Text Example


Text Example

White with #731A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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