#6F1428

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

Shades of Red Berry #6F1428

Tints of Red Berry #6F1428

Color information

#6F1428 (or 0x6F1428) is unknown color: approx Red Berry. HEX triplet: 6F, 14 and 28. RGB value is (111,20,40). Sum of RGB (Red+Green+Blue) = 111+20+40=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1428 is #90EBD7. Grayscale: #313131. Windows color (decimal): -9497560 or 2626671. OLE color: 2626671.

HSL color Cylindrical-coordinate representation of color #6F1428: hue angle of 346.81º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1428 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1112040-
CMYK00.820.640.56
HSL346.81º69.47%25.69%-
HSV(B)346.81º81.98%43.53%-
XYZ7.194.032.41-
YUV49.49122.65171.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.91%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=64.91%
G=11.70%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111204000.820.640.56346.8169.4725.69
Hex6F1428052403815b451a
Octal157245001221007053310532
Binary110111110100101000010100101000000111000101011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,20,40); }

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

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

 a { background-color: rgb(111,20,40); }

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

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

 span { border-color: rgb(111,20,40); }

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