Html Css Color HEX #6F191C Red Berry

📋 copy color: '#6F191C'

red 111 ◦ green 25 ◦ blue 28

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

Shades of Red Berry #6F191C

Tints of Red Berry #6F191C

RGB

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

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

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

R = 67.68%
G = 15.24%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F191C (or 0x6F191C) is known color: Red Berry. HEX triplet: 6F, 19 and 1C. RGB value is (111,25,28). Sum of RGB (Red+Green+Blue) = 111+25+28=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F191C is #90E6E3. Grayscale: #333333. Windows color (decimal): -9496292 or 1841519. OLE color: 1841519.

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

Color convert

RGB 111 25 28 -
CMYK 0 0.77 0.75 0.56
HSL 357.91º 0.63% 0.27% -
HSV(B) 357.91º 0.77% 0.44% -
XYZ 7.11 4.16 1.53 -
YUV 51.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 111 25 28 0 0.77 0.75 0.56 357.91 0.63 0.27
Hex 6F 19 1C 0 4D 4B 38 166 3F 1B
Octal 157 31 34 0 115 113 70 546 77 33
Binary 1101111 11001 11100 0 1001101 1001011 111000 101100110 111111 11011

Color Harmonies of #6F191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F191C

Black with #6F191C

Text Example


Text Example

White with #6F191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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