Html Css Color HEX #6F151A Red Berry

📋 copy color: '#6F151A'

red 111 ◦ green 21 ◦ blue 26

#6F151A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #6F151A

Tints of Red Berry #6F151A

RGB

 RED value IS 111 (43.75% from 255) = 70.25%

 GREEN value IS 21 (8.59% from 255) = 13.29%

 BLUE value IS 26 (10.55% from 255) = 16.46%

R = 70.25%
G = 13.29%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F151A (or 0x6F151A) is known color: Red Berry. HEX triplet: 6F, 15 and 1A. RGB value is (111,21,26). Sum of RGB (Red+Green+Blue) = 111+21+26=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F151A is #90EAE5. Grayscale: #303030. Windows color (decimal): -9497318 or 1709423. OLE color: 1709423.

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

Color convert

RGB 111 21 26 -
CMYK 0 0.81 0.77 0.56
HSL 356.67º 0.68% 0.26% -
HSV(B) 356.67º 0.81% 0.44% -
XYZ 7.01 3.99 1.38 -
YUV 48.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 111 21 26 0 0.81 0.77 0.56 356.67 0.68 0.26
Hex 6F 15 1A 0 51 4D 38 165 44 1A
Octal 157 25 32 0 121 115 70 545 104 32
Binary 1101111 10101 11010 0 1010001 1001101 111000 101100101 1000100 11010

Color Harmonies of #6F151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F151A

Black with #6F151A

Text Example


Text Example

White with #6F151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F151A;
 }
 .AnyTagClassName
 {
   color: #6F151A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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