#6F1829

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

Shades of Red Berry #6F1829

Tints of Red Berry #6F1829

Color information

#6F1829 (or 0x6F1829) is unknown color: approx Red Berry. HEX triplet: 6F, 18 and 29. RGB value is (111,24,41). Sum of RGB (Red+Green+Blue) = 111+24+41=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1829 is #90E7D6. Grayscale: #333333. Windows color (decimal): -9496535 or 2693231. OLE color: 2693231.

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

Color convert

RGB1112441-
CMYK00.780.630.56
HSL348.28º64.44%26.47%-
HSV(B)348.28º78.38%43.53%-
XYZ7.284.192.52-
YUV51.95121.82170.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=63.07%
G=13.64%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111244100.780.630.56348.2864.4426.47
Hex6F182904E3F3815c401a
Octal15730510116777053410032
Binary11011111100010100101001110111111111000101011100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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