#6F1328

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

Shades of Red Berry #6F1328

Tints of Red Berry #6F1328

Color information

#6F1328 (or 0x6F1328) is unknown color: approx Red Berry. HEX triplet: 6F, 13 and 28. RGB value is (111,19,40). Sum of RGB (Red+Green+Blue) = 111+19+40=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1328 is #90ECD7. Grayscale: #303030. Windows color (decimal): -9497816 or 2626415. OLE color: 2626415.

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

Color convert

RGB1111940-
CMYK00.830.640.56
HSL346.3º70.77%25.49%-
HSV(B)346.3º82.88%43.53%-
XYZ7.1742.4-
YUV48.9122.98172.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 65.29%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=65.29%
G=11.18%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111194000.830.640.56346.370.7725.49
Hex6F1328053403815a4719
Octal157235001231007053210731
Binary110111110011101000010100111000000111000101011010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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