#6F1821

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

Shades of Red Berry #6F1821

Tints of Red Berry #6F1821

Color information

#6F1821 (or 0x6F1821) is unknown color: approx Red Berry. HEX triplet: 6F, 18 and 21. RGB value is (111,24,33). Sum of RGB (Red+Green+Blue) = 111+24+33=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1821 is #90E7DE. Grayscale: #333333. Windows color (decimal): -9496543 or 2168943. OLE color: 2168943.

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

Color convert

RGB1112433-
CMYK00.780.700.56
HSL353.79º64.44%26.47%-
HSV(B)353.79º78.38%43.53%-
XYZ7.164.141.86-
YUV51.04117.82170.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.07%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=66.07%
G=14.29%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111243300.780.700.56353.7964.4426.47
Hex6F182104E4638162401a
Octal157304101161067054210032
Binary110111111000100001010011101000110111000101100010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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