#6C2128

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

Shades of Red Berry #6C2128

Tints of Red Berry #6C2128

Color information

#6C2128 (or 0x6C2128) is unknown color: approx Red Berry. HEX triplet: 6C, 21 and 28. RGB value is (108,33,40). Sum of RGB (Red+Green+Blue) = 108+33+40=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2128 is #93DED7. Grayscale: #383838. Windows color (decimal): -9690840 or 2629996. OLE color: 2629996.

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

Color convert

RGB1083340-
CMYK00.690.630.58
HSL354.4º53.19%27.65%-
HSV(B)354.4º69.44%42.35%-
XYZ7.114.432.49-
YUV56.22118.85164.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 59.67%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=59.67%
G=18.23%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108334000.690.630.58354.453.1927.65
Hex6C21280453F3A162351c
Octal1544150010577725426534
Binary11011001000011010000100010111111111101010110001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,33,40); }

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

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

 a { background-color: rgb(108,33,40); }

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

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

 span { border-color: rgb(108,33,40); }

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