#6F1C28

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

Shades of Red Berry #6F1C28

Tints of Red Berry #6F1C28

Color information

#6F1C28 (or 0x6F1C28) is unknown color: approx Red Berry. HEX triplet: 6F, 1C and 28. RGB value is (111,28,40). Sum of RGB (Red+Green+Blue) = 111+28+40=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C28 is #90E3D7. Grayscale: #363636. Windows color (decimal): -9495512 or 2628719. OLE color: 2628719.

HSL color Cylindrical-coordinate representation of color #6F1C28: hue angle of 351.33º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F1C28 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1112840-
CMYK00.750.640.56
HSL351.33º59.71%27.25%-
HSV(B)351.33º74.77%43.53%-
XYZ7.354.362.46-
YUV54.18120168.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=62.01%
G=15.64%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111284000.750.640.56351.3359.7127.25
Hex6F1C2804B403815f3c1b
Octal15734500113100705377433
Binary11011111110010100001001011100000011100010101111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,28,40); }

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

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

 a { background-color: rgb(111,28,40); }

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

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

 span { border-color: rgb(111,28,40); }

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