#6F1927

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

Shades of Red Berry #6F1927

Tints of Red Berry #6F1927

Color information

#6F1927 (or 0x6F1927) is unknown color: approx Red Berry. HEX triplet: 6F, 19 and 27. RGB value is (111,25,39). Sum of RGB (Red+Green+Blue) = 111+25+39=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1927 is #90E6D8. Grayscale: #343434. Windows color (decimal): -9496281 or 2562415. OLE color: 2562415.

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

Color convert

RGB1112539-
CMYK00.770.650.56
HSL350.23º63.24%26.67%-
HSV(B)350.23º77.48%43.53%-
XYZ7.274.222.35-
YUV52.31120.49169.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.43%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=63.43%
G=14.29%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111253900.770.650.56350.2363.2426.67
Hex6F192704D413815e3f1b
Octal15731470115101705367733
Binary11011111100110011101001101100000111100010101111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,39); }

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

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

 a { background-color: rgb(111,25,39); }

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

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

 span { border-color: rgb(111,25,39); }

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