Html Css Color HEX #731526 Red Berry

📋 copy color: '#731526'

red 115 ◦ green 21 ◦ blue 38

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

Shades of Red Berry #731526

Tints of Red Berry #731526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 66.09%
G = 12.07%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#731526 (or 0x731526) is known color: Red Berry. HEX triplet: 73, 15 and 26. RGB value is (115,21,38). Sum of RGB (Red+Green+Blue) = 115+21+38=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #731526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731526 is #8CEAD9. Grayscale: #333333. Windows color (decimal): -9235162 or 2495859. OLE color: 2495859.

HSL color Cylindrical-coordinate representation of color #731526: hue angle of 349.15º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731526 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 38 -
CMYK 0 0.82 0.67 0.55
HSL 349.15º 0.69% 0.27% -
HSV(B) 349.15º 0.82% 0.45% -
XYZ 7.69 4.32 2.26 -
YUV 51.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 115 21 38 0 0.82 0.67 0.55 349.15 0.69 0.27
Hex 73 15 26 0 52 43 37 15D 45 1B
Octal 163 25 46 0 122 103 67 535 105 33
Binary 1110011 10101 100110 0 1010010 1000011 110111 101011101 1000101 11011

Color Harmonies of #731526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731526

Black with #731526

Text Example


Text Example

White with #731526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731526; }

 p { color: rgb(115,21,38); }

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

background-color css

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

 a { background-color: rgb(115,21,38); }

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

border-color css

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

 span { border-color: rgb(115,21,38); }

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