Html Css Color HEX #6F151F Red Berry

📋 copy color: '#6F151F'

red 111 ◦ green 21 ◦ blue 31

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

Shades of Red Berry #6F151F

Tints of Red Berry #6F151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 68.1%
G = 12.88%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F151F (or 0x6F151F) is known color: Red Berry. HEX triplet: 6F, 15 and 1F. RGB value is (111,21,31). Sum of RGB (Red+Green+Blue) = 111+21+31=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F151F is #90EAE0. Grayscale: #313131. Windows color (decimal): -9497313 or 2037103. OLE color: 2037103.

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

Color convert

RGB 111 21 31 -
CMYK 0 0.81 0.72 0.56
HSL 353.33º 0.68% 0.26% -
HSV(B) 353.33º 0.81% 0.44% -
XYZ 7.07 4.01 1.7 -
YUV 49.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 111 21 31 0 0.81 0.72 0.56 353.33 0.68 0.26
Hex 6F 15 1F 0 51 48 38 161 44 1A
Octal 157 25 37 0 121 110 70 541 104 32
Binary 1101111 10101 11111 0 1010001 1001000 111000 101100001 1000100 11010

Color Harmonies of #6F151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F151F

Black with #6F151F

Text Example


Text Example

White with #6F151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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