#6F2324

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

Shades of Red Berry #6F2324

Tints of Red Berry #6F2324

Color information

#6F2324 (or 0x6F2324) is unknown color: approx Red Berry. HEX triplet: 6F, 23 and 24. RGB value is (111,35,36). Sum of RGB (Red+Green+Blue) = 111+35+36=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2324 is #90DCDB. Grayscale: #393939. Windows color (decimal): -9493724 or 2368367. OLE color: 2368367.

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

Color convert

RGB1113536-
CMYK00.680.680.56
HSL359.21º52.05%28.63%-
HSV(B)359.21º68.47%43.53%-
XYZ7.484.712.18-
YUV57.84115.68165.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.99%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 36 (14.45% from 255) = 19.78%
R=60.99%
G=19.23%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111353600.680.680.56359.2152.0528.63
Hex6F23240444438167341d
Octal15743440104104705476435
Binary110111110001110010001000100100010011100010110011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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