#6F1529

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

Shades of Red Berry #6F1529

Tints of Red Berry #6F1529

Color information

#6F1529 (or 0x6F1529) is unknown color: approx Red Berry. HEX triplet: 6F, 15 and 29. RGB value is (111,21,41). Sum of RGB (Red+Green+Blue) = 111+21+41=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1529 is #90EAD6. Grayscale: #323232. Windows color (decimal): -9497303 or 2692463. OLE color: 2692463.

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

Color convert

RGB1112141-
CMYK00.810.630.56
HSL346.67º68.18%25.88%-
HSV(B)346.67º81.08%43.53%-
XYZ7.224.082.5-
YUV50.19122.82171.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.16%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=64.16%
G=12.14%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111214100.810.630.56346.6768.1825.88
Hex6F15290513F3815b441a
Octal15725510121777053310432
Binary11011111010110100101010001111111111000101011011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,21,41); }

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

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

 a { background-color: rgb(111,21,41); }

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

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

 span { border-color: rgb(111,21,41); }

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