#6A2123

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

Shades of Red Berry #6A2123

Tints of Red Berry #6A2123

Color information

#6A2123 (or 0x6A2123) is unknown color: approx Red Berry. HEX triplet: 6A, 21 and 23. RGB value is (106,33,35). Sum of RGB (Red+Green+Blue) = 106+33+35=174 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.92% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2123 is #95DEDC. Grayscale: #373737. Windows color (decimal): -9821917 or 2302314. OLE color: 2302314.

HSL color Cylindrical-coordinate representation of color #6A2123: hue angle of 358.36º 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 #6A2123 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB1063335-
CMYK00.690.670.58
HSL358.36º52.52%27.25%-
HSV(B)358.36º68.87%41.57%-
XYZ6.794.272.06-
YUV55.06116.68164.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 60.92%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 35 (14.06% from 255) = 20.11%
R=60.92%
G=18.97%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106333500.690.670.58358.3652.5227.25
Hex6A2123045433A166351b
Octal15241430105103725466533
Binary110101010000110001101000101100001111101010110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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