#6A2126

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

Shades of Red Berry #6A2126

Tints of Red Berry #6A2126

Color information

#6A2126 (or 0x6A2126) is unknown color: approx Red Berry. HEX triplet: 6A, 21 and 26. RGB value is (106,33,38). Sum of RGB (Red+Green+Blue) = 106+33+38=177 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.89% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2126 is #95DED9. Grayscale: #373737. Windows color (decimal): -9821914 or 2498922. OLE color: 2498922.

HSL color Cylindrical-coordinate representation of color #6A2126: hue angle of 355.89º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A2126 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1063338-
CMYK00.690.640.58
HSL355.89º52.52%27.25%-
HSV(B)355.89º68.87%41.57%-
XYZ6.844.292.3-
YUV55.4118.18164.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.89%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=59.89%
G=18.64%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106333800.690.640.58355.8952.5227.25
Hex6A2126045403A164351b
Octal15241460105100725446533
Binary110101010000110011001000101100000011101010110010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2126; }

 p { color: rgb(106,33,38); }

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

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

 a { background-color: rgb(106,33,38); }

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

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

 span { border-color: rgb(106,33,38); }

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