#6F1427

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

Shades of Red Berry #6F1427

Tints of Red Berry #6F1427

Color information

#6F1427 (or 0x6F1427) is unknown color: approx Red Berry. HEX triplet: 6F, 14 and 27. RGB value is (111,20,39). Sum of RGB (Red+Green+Blue) = 111+20+39=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1427 is #90EBD8. Grayscale: #313131. Windows color (decimal): -9497561 or 2561135. OLE color: 2561135.

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

Color convert

RGB1112039-
CMYK00.820.650.56
HSL347.47º69.47%25.69%-
HSV(B)347.47º81.98%43.53%-
XYZ7.174.032.32-
YUV49.38122.15171.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 65.29%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=65.29%
G=11.76%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111203900.820.650.56347.4769.4725.69
Hex6F1427052413815b451a
Octal157244701221017053310532
Binary110111110100100111010100101000001111000101011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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