#6F2224

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

Shades of Red Berry #6F2224

Tints of Red Berry #6F2224

Color information

#6F2224 (or 0x6F2224) is unknown color: approx Red Berry. HEX triplet: 6F, 22 and 24. RGB value is (111,34,36). Sum of RGB (Red+Green+Blue) = 111+34+36=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2224 is #90DDDB. Grayscale: #393939. Windows color (decimal): -9493980 or 2368111. OLE color: 2368111.

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

Color convert

RGB1113436-
CMYK00.690.680.56
HSL358.44º53.1%28.43%-
HSV(B)358.44º69.37%43.53%-
XYZ7.454.652.17-
YUV57.25116.01166.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.33%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 36 (14.45% from 255) = 19.89%
R=61.33%
G=18.78%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111343600.690.680.56358.4453.128.43
Hex6F22240454438166351c
Octal15742440105104705466534
Binary110111110001010010001000101100010011100010110011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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