#6F1E25

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

Shades of Red Berry #6F1E25

Tints of Red Berry #6F1E25

Color information

#6F1E25 (or 0x6F1E25) is unknown color: approx Red Berry. HEX triplet: 6F, 1E and 25. RGB value is (111,30,37). Sum of RGB (Red+Green+Blue) = 111+30+37=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E25 is #90E1DA. Grayscale: #373737. Windows color (decimal): -9495003 or 2432623. OLE color: 2432623.

HSL color Cylindrical-coordinate representation of color #6F1E25: hue angle of 354.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E25 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1113037-
CMYK00.730.670.56
HSL354.81º57.45%27.65%-
HSV(B)354.81º72.97%43.53%-
XYZ7.354.442.22-
YUV55.02117.84167.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.36%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=62.36%
G=16.85%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111303700.730.670.56354.8157.4527.65
Hex6F1E250494338163391c
Octal15736450111103705437134
Binary11011111111010010101001001100001111100010110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,30,37); }

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

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

 a { background-color: rgb(111,30,37); }

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

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

 span { border-color: rgb(111,30,37); }

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