#7B1824

Color #7B1824 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #7B1824

Tints of Red Berry #7B1824

Color information

#7B1824 (or 0x7B1824) is unknown color: approx Red Berry. HEX triplet: 7B, 18 and 24. RGB value is (123,24,36). Sum of RGB (Red+Green+Blue) = 123+24+36=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1824 is #84E7DB. Grayscale: #373737. Windows color (decimal): -8710108 or 2365563. OLE color: 2365563.

HSL color Cylindrical-coordinate representation of color #7B1824: hue angle of 352.73º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B1824 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.52.

Color convert

RGB1232436-
CMYK00.800.710.52
HSL352.73º67.35%28.82%-
HSV(B)352.73º80.49%48.24%-
XYZ8.814.992.17-
YUV54.97117.3176.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 67.21%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 36 (14.45% from 255) = 19.67%
R=67.21%
G=13.11%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123243600.800.710.52352.7367.3528.82
Hex7B18240504734161431d
Octal173304401201076454110335
Binary111101111000100100010100001000111110100101100001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B1824; }

 p { color: rgb(123,24,36); }

 H1.HeaderClassName
 {
   color: #7B1824;
 }
 .AnyTagClassName
 {
   color: #7B1824;
 }
</style>
background-color css

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

 a { background-color: rgb(123,24,36); }

 div.DivClassName
 {
   background-color: #7B1824;
 }
 .BgClassName
 {
   background-color: #7B1824;
 }
</style>
border-color css

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

 span { border-color: rgb(123,24,36); }

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