Html Css Color HEX #731123 Red Berry

📋 copy color: '#731123'

red 115 ◦ green 17 ◦ blue 35

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

Shades of Red Berry #731123

Tints of Red Berry #731123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 35 (14.06% from 255) = 20.96%

R = 68.86%
G = 10.18%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#731123 (or 0x731123) is known color: Red Berry. HEX triplet: 73, 11 and 23. RGB value is (115,17,35). Sum of RGB (Red+Green+Blue) = 115+17+35=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #731123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731123 is #8CEEDC. Grayscale: #303030. Windows color (decimal): -9236189 or 2298227. OLE color: 2298227.

HSL color Cylindrical-coordinate representation of color #731123: hue angle of 348.98º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731123 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 35 -
CMYK 0 0.85 0.70 0.55
HSL 348.98º 0.74% 0.26% -
HSV(B) 348.98º 0.85% 0.45% -
XYZ 7.57 4.17 2 -
YUV 48.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 115 17 35 0 0.85 0.70 0.55 348.98 0.74 0.26
Hex 73 11 23 0 55 46 37 15D 4A 1A
Octal 163 21 43 0 125 106 67 535 112 32
Binary 1110011 10001 100011 0 1010101 1000110 110111 101011101 1001010 11010

Color Harmonies of #731123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731123

Black with #731123

Text Example


Text Example

White with #731123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731123; }

 p { color: rgb(115,17,35); }

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

background-color css

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

 a { background-color: rgb(115,17,35); }

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

border-color css

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

 span { border-color: rgb(115,17,35); }

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