#7B2022

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

Shades of Red Berry #7B2022

Tints of Red Berry #7B2022

Color information

#7B2022 (or 0x7B2022) is unknown color: approx Red Berry. HEX triplet: 7B, 20 and 22. RGB value is (123,32,34). Sum of RGB (Red+Green+Blue) = 123+32+34=189 (25% of max value = 765). Red value is 123 (48.44% from 255 or 65.08% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2022 is #84DFDD. Grayscale: #3B3B3B. Windows color (decimal): -8708062 or 2236539. OLE color: 2236539.

HSL color Cylindrical-coordinate representation of color #7B2022: hue angle of 358.68º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B2022 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB1233234-
CMYK00.740.720.52
HSL358.68º58.71%30.39%-
HSV(B)358.68º73.98%48.24%-
XYZ8.975.362.07-
YUV59.44113.65173.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.08%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=65.08%
G=16.93%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123323400.740.720.52358.6858.7130.39
Hex7B202204A48341673b1e
Octal17340420112110645477336
Binary111101110000010001001001010100100011010010110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,32,34); }

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

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

 a { background-color: rgb(123,32,34); }

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

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

 span { border-color: rgb(123,32,34); }

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