#6F1D29

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

Shades of Red Berry #6F1D29

Tints of Red Berry #6F1D29

Color information

#6F1D29 (or 0x6F1D29) is unknown color: approx Red Berry. HEX triplet: 6F, 1D and 29. RGB value is (111,29,41). Sum of RGB (Red+Green+Blue) = 111+29+41=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1D29 is #90E2D6. Grayscale: #363636. Windows color (decimal): -9495255 or 2694511. OLE color: 2694511.

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

Color convert

RGB1112941-
CMYK00.740.630.56
HSL351.22º58.57%27.45%-
HSV(B)351.22º73.87%43.53%-
XYZ7.44.422.56-
YUV54.89120.17168.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.33%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=61.33%
G=16.02%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111294100.740.630.56351.2258.5727.45
Hex6F1D2904A3F3815f3b1b
Octal1573551011277705377333
Binary1101111111011010010100101011111111100010101111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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