#6F222B

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

Shades of Red Berry #6F222B

Tints of Red Berry #6F222B

Color information

#6F222B (or 0x6F222B) is unknown color: approx Red Berry. HEX triplet: 6F, 22 and 2B. RGB value is (111,34,43). Sum of RGB (Red+Green+Blue) = 111+34+43=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F222B is #90DDD4. Grayscale: #3A3A3A. Windows color (decimal): -9493973 or 2826863. OLE color: 2826863.

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

Color convert

RGB1113443-
CMYK00.690.610.56
HSL352.99º53.1%28.43%-
HSV(B)352.99º69.37%43.53%-
XYZ7.564.72.79-
YUV58.05119.51165.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=59.04%
G=18.09%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111344300.690.610.56352.9953.128.43
Hex6F222B0453D38161351c
Octal1574253010575705416534
Binary11011111000101010110100010111110111100010110000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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