#6B2224

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

Shades of Red Berry #6B2224

Tints of Red Berry #6B2224

Color information

#6B2224 (or 0x6B2224) is unknown color: approx Red Berry. HEX triplet: 6B, 22 and 24. RGB value is (107,34,36). Sum of RGB (Red+Green+Blue) = 107+34+36=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2224 is #94DDDB. Grayscale: #383838. Windows color (decimal): -9756124 or 2368107. OLE color: 2368107.

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

Color convert

RGB1073436-
CMYK00.680.660.58
HSL358.36º51.77%27.65%-
HSV(B)358.36º68.22%41.96%-
XYZ6.954.42.15-
YUV56.05116.68164.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.45%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=60.45%
G=19.21%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107343600.680.660.58358.3651.7727.65
Hex6B2224044423A166341c
Octal15342440104102725466434
Binary110101110001010010001000100100001011101010110011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,34,36); }

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

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

 a { background-color: rgb(107,34,36); }

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

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

 span { border-color: rgb(107,34,36); }

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