Html Css Color HEX #6F191E Red Berry

📋 copy color: '#6F191E'

red 111 ◦ green 25 ◦ blue 30

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

Shades of Red Berry #6F191E

Tints of Red Berry #6F191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 66.87%
G = 15.06%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6F191E (or 0x6F191E) is known color: Red Berry. HEX triplet: 6F, 19 and 1E. RGB value is (111,25,30). Sum of RGB (Red+Green+Blue) = 111+25+30=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F191E is #90E6E1. Grayscale: #333333. Windows color (decimal): -9496290 or 1972591. OLE color: 1972591.

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

Color convert

RGB 111 25 30 -
CMYK 0 0.77 0.73 0.56
HSL 356.51º 0.63% 0.27% -
HSV(B) 356.51º 0.77% 0.44% -
XYZ 7.14 4.17 1.66 -
YUV 51.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 111 25 30 0 0.77 0.73 0.56 356.51 0.63 0.27
Hex 6F 19 1E 0 4D 49 38 165 3F 1B
Octal 157 31 36 0 115 111 70 545 77 33
Binary 1101111 11001 11110 0 1001101 1001001 111000 101100101 111111 11011

Color Harmonies of #6F191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F191E

Black with #6F191E

Text Example


Text Example

White with #6F191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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