#6C202A

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

Shades of Red Berry #6C202A

Tints of Red Berry #6C202A

Color information

#6C202A (or 0x6C202A) is unknown color: approx Red Berry. HEX triplet: 6C, 20 and 2A. RGB value is (108,32,42). Sum of RGB (Red+Green+Blue) = 108+32+42=182 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.34% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 108 - color contains mainly: red. Hex color #6C202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C202A is #93DFD5. Grayscale: #373737. Windows color (decimal): -9691094 or 2760812. OLE color: 2760812.

HSL color Cylindrical-coordinate representation of color #6C202A: hue angle of 352.11º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C202A is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1083242-
CMYK00.700.610.58
HSL352.11º54.29%27.45%-
HSV(B)352.11º70.37%42.35%-
XYZ7.124.392.66-
YUV55.86120.18165.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 59.34%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=59.34%
G=17.58%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108324200.700.610.58352.1154.2927.45
Hex6C202A0463D3A160361b
Octal1544052010675725406633
Binary11011001000001010100100011011110111101010110000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,42); }

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

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

 a { background-color: rgb(108,32,42); }

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

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

 span { border-color: rgb(108,32,42); }

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