Html Css Color HEX #6F191A Red Berry

📋 copy color: '#6F191A'

red 111 ◦ green 25 ◦ blue 26

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

Shades of Red Berry #6F191A

Tints of Red Berry #6F191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 68.52%
G = 15.43%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F191A (or 0x6F191A) is known color: Red Berry. HEX triplet: 6F, 19 and 1A. RGB value is (111,25,26). Sum of RGB (Red+Green+Blue) = 111+25+26=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F191A is #90E6E5. Grayscale: #323232. Windows color (decimal): -9496294 or 1710447. OLE color: 1710447.

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

Color convert

RGB 111 25 26 -
CMYK 0 0.77 0.77 0.56
HSL 359.3º 0.63% 0.27% -
HSV(B) 359.3º 0.77% 0.44% -
XYZ 7.09 4.15 1.4 -
YUV 50.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 111 25 26 0 0.77 0.77 0.56 359.3 0.63 0.27
Hex 6F 19 1A 0 4D 4D 38 167 3F 1B
Octal 157 31 32 0 115 115 70 547 77 33
Binary 1101111 11001 11010 0 1001101 1001101 111000 101100111 111111 11011

Color Harmonies of #6F191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F191A

Black with #6F191A

Text Example


Text Example

White with #6F191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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