Html Css Color HEX #6F151C Red Berry

📋 copy color: '#6F151C'

red 111 ◦ green 21 ◦ blue 28

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

Shades of Red Berry #6F151C

Tints of Red Berry #6F151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 69.38%
G = 13.13%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F151C (or 0x6F151C) is known color: Red Berry. HEX triplet: 6F, 15 and 1C. RGB value is (111,21,28). Sum of RGB (Red+Green+Blue) = 111+21+28=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F151C is #90EAE3. Grayscale: #303030. Windows color (decimal): -9497316 or 1840495. OLE color: 1840495.

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

Color convert

RGB 111 21 28 -
CMYK 0 0.81 0.75 0.56
HSL 355.33º 0.68% 0.26% -
HSV(B) 355.33º 0.81% 0.44% -
XYZ 7.03 4 1.5 -
YUV 48.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 111 21 28 0 0.81 0.75 0.56 355.33 0.68 0.26
Hex 6F 15 1C 0 51 4B 38 163 44 1A
Octal 157 25 34 0 121 113 70 543 104 32
Binary 1101111 10101 11100 0 1010001 1001011 111000 101100011 1000100 11010

Color Harmonies of #6F151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F151C

Black with #6F151C

Text Example


Text Example

White with #6F151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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