Html Css Color HEX #6F191F Red Berry

📋 copy color: '#6F191F'

red 111 ◦ green 25 ◦ blue 31

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

Shades of Red Berry #6F191F

Tints of Red Berry #6F191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.97%

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

R = 66.47%
G = 14.97%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F191F (or 0x6F191F) is known color: Red Berry. HEX triplet: 6F, 19 and 1F. RGB value is (111,25,31). Sum of RGB (Red+Green+Blue) = 111+25+31=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F191F is #90E6E0. Grayscale: #333333. Windows color (decimal): -9496289 or 2038127. OLE color: 2038127.

HSL color Cylindrical-coordinate representation of color #6F191F: hue angle of 355.81º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F191F is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 25 31 -
CMYK 0 0.77 0.72 0.56
HSL 355.81º 0.63% 0.27% -
HSV(B) 355.81º 0.77% 0.44% -
XYZ 7.15 4.17 1.73 -
YUV 51.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 111 25 31 0 0.77 0.72 0.56 355.81 0.63 0.27
Hex 6F 19 1F 0 4D 48 38 164 3F 1B
Octal 157 31 37 0 115 110 70 544 77 33
Binary 1101111 11001 11111 0 1001101 1001000 111000 101100100 111111 11011

Color Harmonies of #6F191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F191F

Black with #6F191F

Text Example


Text Example

White with #6F191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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