#6F152A

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

Shades of Red Berry #6F152A

Tints of Red Berry #6F152A

Color information

#6F152A (or 0x6F152A) is unknown color: approx Red Berry. HEX triplet: 6F, 15 and 2A. RGB value is (111,21,42). Sum of RGB (Red+Green+Blue) = 111+21+42=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F152A is #90EAD5. Grayscale: #323232. Windows color (decimal): -9497302 or 2757999. OLE color: 2757999.

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

Color convert

RGB1112142-
CMYK00.810.620.56
HSL346º68.18%25.88%-
HSV(B)346º81.08%43.53%-
XYZ7.244.082.6-
YUV50.3123.32171.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.79%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=63.79%
G=12.07%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111214200.810.620.5634668.1825.88
Hex6F152A0513E3815a441a
Octal15725520121767053210432
Binary11011111010110101001010001111110111000101011010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,21,42); }

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

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

 a { background-color: rgb(111,21,42); }

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

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

 span { border-color: rgb(111,21,42); }

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