#6F1A1F

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

Shades of Red Berry #6F1A1F

Tints of Red Berry #6F1A1F

Color information

#6F1A1F (or 0x6F1A1F) is unknown color: approx Red Berry. HEX triplet: 6F, 1A and 1F. RGB value is (111,26,31). Sum of RGB (Red+Green+Blue) = 111+26+31=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A1F is #90E5E0. Grayscale: #343434. Windows color (decimal): -9496033 or 2038383. OLE color: 2038383.

HSL color Cylindrical-coordinate representation of color #6F1A1F: hue angle of 356.47º 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 #6F1A1F is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1112631-
CMYK00.770.720.56
HSL356.47º62.04%26.86%-
HSV(B)356.47º76.58%43.53%-
XYZ7.174.221.73-
YUV51.98116.16170.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.07%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=66.07%
G=15.48%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111263100.770.720.56356.4762.0426.86
Hex6F1A1F04D48381643e1b
Octal15732370115110705447633
Binary1101111110101111101001101100100011100010110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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