#6F2427

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

Shades of Red Berry #6F2427

Tints of Red Berry #6F2427

Color information

#6F2427 (or 0x6F2427) is unknown color: approx Red Berry. HEX triplet: 6F, 24 and 27. RGB value is (111,36,39). Sum of RGB (Red+Green+Blue) = 111+36+39=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2427 is #90DBD8. Grayscale: #3A3A3A. Windows color (decimal): -9493465 or 2565231. OLE color: 2565231.

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

Color convert

RGB1113639-
CMYK00.680.650.56
HSL357.6º51.02%28.82%-
HSV(B)357.6º67.57%43.53%-
XYZ7.554.792.45-
YUV58.77116.85165.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.68%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=59.68%
G=19.35%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111363900.680.650.56357.651.0228.82
Hex6F24270444138166331d
Octal15744470104101705466335
Binary110111110010010011101000100100000111100010110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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