#6F2024

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

Shades of Red Berry #6F2024

Tints of Red Berry #6F2024

Color information

#6F2024 (or 0x6F2024) is unknown color: approx Red Berry. HEX triplet: 6F, 20 and 24. RGB value is (111,32,36). Sum of RGB (Red+Green+Blue) = 111+32+36=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2024 is #90DFDB. Grayscale: #383838. Windows color (decimal): -9494492 or 2367599. OLE color: 2367599.

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

Color convert

RGB1113236-
CMYK00.710.680.56
HSL356.96º55.24%28.04%-
HSV(B)356.96º71.17%43.53%-
XYZ7.394.542.16-
YUV56.08116.67167.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 36 (14.45% from 255) = 20.11%
R=62.01%
G=17.88%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111323600.710.680.56356.9655.2428.04
Hex6F20240474438165371c
Octal15740440107104705456734
Binary110111110000010010001000111100010011100010110010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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