Html Css Color HEX #731F2A Red Berry

📋 copy color: '#731F2A'

red 115 ◦ green 31 ◦ blue 42

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

Shades of Red Berry #731F2A

Tints of Red Berry #731F2A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.49%

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 61.17%
G = 16.49%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#731F2A (or 0x731F2A) is known color: Red Berry. HEX triplet: 73, 1F and 2A. RGB value is (115,31,42). Sum of RGB (Red+Green+Blue) = 115+31+42=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #731F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F2A is #8CE0D5. Grayscale: #393939. Windows color (decimal): -9232598 or 2760563. OLE color: 2760563.

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

Color convert

RGB 115 31 42 -
CMYK 0 0.73 0.63 0.55
HSL 352.14º 0.58% 0.29% -
HSV(B) 352.14º 0.73% 0.45% -
XYZ 7.98 4.79 2.69 -
YUV 57.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 115 31 42 0 0.73 0.63 0.55 352.14 0.58 0.29
Hex 73 1F 2A 0 49 3F 37 160 3A 1D
Octal 163 37 52 0 111 77 67 540 72 35
Binary 1110011 11111 101010 0 1001001 111111 110111 101100000 111010 11101

Color Harmonies of #731F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F2A

Black with #731F2A

Text Example


Text Example

White with #731F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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