#6F2021

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

Shades of Red Berry #6F2021

Tints of Red Berry #6F2021

Color information

#6F2021 (or 0x6F2021) is unknown color: approx Red Berry. HEX triplet: 6F, 20 and 21. RGB value is (111,32,33). Sum of RGB (Red+Green+Blue) = 111+32+33=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2021 is #90DFDE. Grayscale: #373737. Windows color (decimal): -9494495 or 2170991. OLE color: 2170991.

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

Color convert

RGB1113233-
CMYK00.710.700.56
HSL359.24º55.24%28.04%-
HSV(B)359.24º71.17%43.53%-
XYZ7.354.521.92-
YUV55.74115.17167.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=63.07%
G=18.18%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111323300.710.700.56359.2455.2428.04
Hex6F20210474638167371c
Octal15740410107106705476734
Binary110111110000010000101000111100011011100010110011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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