#6F2328

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

Shades of Red Berry #6F2328

Tints of Red Berry #6F2328

Color information

#6F2328 (or 0x6F2328) is unknown color: approx Red Berry. HEX triplet: 6F, 23 and 28. RGB value is (111,35,40). Sum of RGB (Red+Green+Blue) = 111+35+40=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2328 is #90DCD7. Grayscale: #3A3A3A. Windows color (decimal): -9493720 or 2630511. OLE color: 2630511.

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

Color convert

RGB1113540-
CMYK00.680.640.56
HSL356.05º52.05%28.63%-
HSV(B)356.05º68.47%43.53%-
XYZ7.544.732.52-
YUV58.29117.68165.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.68%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 40 (16.02% from 255) = 21.51%
R=59.68%
G=18.82%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111354000.680.640.56356.0552.0528.63
Hex6F23280444038164341d
Octal15743500104100705446435
Binary110111110001110100001000100100000011100010110010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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