Html Css Color HEX #731E2B Red Berry

📋 copy color: '#731E2B'

red 115 ◦ green 30 ◦ blue 43

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

Shades of Red Berry #731E2B

Tints of Red Berry #731E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.96%

 BLUE value IS 43 (17.19% from 255) = 22.87%

R = 61.17%
G = 15.96%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#731E2B (or 0x731E2B) is known color: Red Berry. HEX triplet: 73, 1E and 2B. RGB value is (115,30,43). Sum of RGB (Red+Green+Blue) = 115+30+43=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #731E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E2B is #8CE1D4. Grayscale: #383838. Windows color (decimal): -9232853 or 2825843. OLE color: 2825843.

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

Color convert

RGB 115 30 43 -
CMYK 0 0.74 0.63 0.55
HSL 350.82º 0.59% 0.28% -
HSV(B) 350.82º 0.74% 0.45% -
XYZ 7.97 4.75 2.78 -
YUV 56.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 115 30 43 0 0.74 0.63 0.55 350.82 0.59 0.28
Hex 73 1E 2B 0 4A 3F 37 15F 3B 1C
Octal 163 36 53 0 112 77 67 537 73 34
Binary 1110011 11110 101011 0 1001010 111111 110111 101011111 111011 11100

Color Harmonies of #731E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E2B

Black with #731E2B

Text Example


Text Example

White with #731E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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