#7B1B26

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

Shades of Red Berry #7B1B26

Tints of Red Berry #7B1B26

Color information

#7B1B26 (or 0x7B1B26) is unknown color: approx Red Berry. HEX triplet: 7B, 1B and 26. RGB value is (123,27,38). Sum of RGB (Red+Green+Blue) = 123+27+38=188 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.43% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1B26 is #84E4D9. Grayscale: #393939. Windows color (decimal): -8709338 or 2497403. OLE color: 2497403.

HSL color Cylindrical-coordinate representation of color #7B1B26: hue angle of 353.12º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B1B26 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB1232738-
CMYK00.780.690.52
HSL353.12º64%29.41%-
HSV(B)353.12º78.05%48.24%-
XYZ8.915.132.36-
YUV56.96117.3175.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.43%
GREEN value IS 27 (10.94% from 255) = 14.36%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=65.43%
G=14.36%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123273800.780.690.52353.126429.41
Hex7B1B2604E4534161401d
Octal173334601161056454110035
Binary111101111011100110010011101000101110100101100001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,27,38); }

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

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

 a { background-color: rgb(123,27,38); }

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

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

 span { border-color: rgb(123,27,38); }

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