#6f2025

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

Shades of Red Berry #6F2025

Tints of Red Berry #6F2025

Color information

#6F2025 (or 0x6F2025) is unknown color: approx Red Berry. HEX triplet: 6F, 20 and 25. RGB value is (111,32,37). Sum of RGB (Red+Green+Blue) = 111+32+37=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2025 is #90DFDA. Grayscale: #383838. Windows color (decimal): -9494491 or 2433135. OLE color: 2433135.

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

Color convert

RGB1113237-
CMYK00.710.670.56
HSL356.2º55.24%28.04%-
HSV(B)356.2º71.17%43.53%-
XYZ7.414.552.24-
YUV56.19117.17167.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.67%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=61.67%
G=17.78%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111323700.710.670.56356.255.2428.04
Hex6F20250474338164371c
Octal15740450107103705446734
Binary110111110000010010101000111100001111100010110010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f2025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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