#6F202D

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

Shades of Red Berry #6F202D

Tints of Red Berry #6F202D

Color information

#6F202D (or 0x6F202D) is unknown color: approx Red Berry. HEX triplet: 6F, 20 and 2D. RGB value is (111,32,45). Sum of RGB (Red+Green+Blue) = 111+32+45=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F202D is #90DFD2. Grayscale: #393939. Windows color (decimal): -9494483 or 2957423. OLE color: 2957423.

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

Color convert

RGB1113245-
CMYK00.710.590.56
HSL350.13º55.24%28.04%-
HSV(B)350.13º71.17%43.53%-
XYZ7.554.62.97-
YUV57.1121.17166.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=59.04%
G=17.02%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111324500.710.590.56350.1355.2428.04
Hex6F202D0473B3815e371c
Octal1574055010773705366734
Binary11011111000001011010100011111101111100010101111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,45); }

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

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

 a { background-color: rgb(111,32,45); }

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

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

 span { border-color: rgb(111,32,45); }

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