#6F192B

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

Shades of Red Berry #6F192B

Tints of Red Berry #6F192B

Color information

#6F192B (or 0x6F192B) is unknown color: approx Red Berry. HEX triplet: 6F, 19 and 2B. RGB value is (111,25,43). Sum of RGB (Red+Green+Blue) = 111+25+43=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F192B is #90E6D4. Grayscale: #343434. Windows color (decimal): -9496277 or 2824559. OLE color: 2824559.

HSL color Cylindrical-coordinate representation of color #6F192B: hue angle of 347.44º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F192B is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1112543-
CMYK00.770.610.56
HSL347.44º63.24%26.67%-
HSV(B)347.44º77.48%43.53%-
XYZ7.344.252.72-
YUV52.77122.49169.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=62.01%
G=13.97%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111254300.770.610.56347.4463.2426.67
Hex6F192B04D3D3815b3f1b
Octal1573153011575705337733
Binary1101111110011010110100110111110111100010101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,43); }

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

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

 a { background-color: rgb(111,25,43); }

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

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

 span { border-color: rgb(111,25,43); }

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