#6F1A1D

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

Shades of Red Berry #6F1A1D

Tints of Red Berry #6F1A1D

Color information

#6F1A1D (or 0x6F1A1D) is unknown color: approx Red Berry. HEX triplet: 6F, 1A and 1D. RGB value is (111,26,29). Sum of RGB (Red+Green+Blue) = 111+26+29=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A1D is #90E5E2. Grayscale: #333333. Windows color (decimal): -9496035 or 1907311. OLE color: 1907311.

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

Color convert

RGB1112629-
CMYK00.770.740.56
HSL357.88º62.04%26.86%-
HSV(B)357.88º76.58%43.53%-
XYZ7.154.211.6-
YUV51.76115.16170.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.87%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=66.87%
G=15.66%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111262900.770.740.56357.8862.0426.86
Hex6F1A1D04D4A381663e1b
Octal15732350115112705467633
Binary1101111110101110101001101100101011100010110011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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