Html Css Color HEX #6F161F Red Berry

📋 copy color: '#6F161F'

red 111 ◦ green 22 ◦ blue 31

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

Shades of Red Berry #6F161F

Tints of Red Berry #6F161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.41%

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

R = 67.68%
G = 13.41%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F161F (or 0x6F161F) is known color: Red Berry. HEX triplet: 6F, 16 and 1F. RGB value is (111,22,31). Sum of RGB (Red+Green+Blue) = 111+22+31=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F161F is #90E9E0. Grayscale: #313131. Windows color (decimal): -9497057 or 2037359. OLE color: 2037359.

HSL color Cylindrical-coordinate representation of color #6F161F: hue angle of 353.93º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F161F is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 22 31 -
CMYK 0 0.80 0.72 0.56
HSL 353.93º 0.67% 0.26% -
HSV(B) 353.93º 0.8% 0.44% -
XYZ 7.09 4.05 1.7 -
YUV 49.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 111 22 31 0 0.80 0.72 0.56 353.93 0.67 0.26
Hex 6F 16 1F 0 50 48 38 162 43 1A
Octal 157 26 37 0 120 110 70 542 103 32
Binary 1101111 10110 11111 0 1010000 1001000 111000 101100010 1000011 11010

Color Harmonies of #6F161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F161F

Black with #6F161F

Text Example


Text Example

White with #6F161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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