Html Css Color HEX #6F141A Red Berry

📋 copy color: '#6F141A'

red 111 ◦ green 20 ◦ blue 26

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

Shades of Red Berry #6F141A

Tints of Red Berry #6F141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 70.7%
G = 12.74%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F141A (or 0x6F141A) is known color: Red Berry. HEX triplet: 6F, 14 and 1A. RGB value is (111,20,26). Sum of RGB (Red+Green+Blue) = 111+20+26=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F141A is #90EBE5. Grayscale: #2F2F2F. Windows color (decimal): -9497574 or 1709167. OLE color: 1709167.

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

Color convert

RGB 111 20 26 -
CMYK 0 0.82 0.77 0.56
HSL 356.04º 0.69% 0.26% -
HSV(B) 356.04º 0.82% 0.44% -
XYZ 6.99 3.95 1.37 -
YUV 47.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 111 20 26 0 0.82 0.77 0.56 356.04 0.69 0.26
Hex 6F 14 1A 0 52 4D 38 164 45 1A
Octal 157 24 32 0 122 115 70 544 105 32
Binary 1101111 10100 11010 0 1010010 1001101 111000 101100100 1000101 11010

Color Harmonies of #6F141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F141A

Black with #6F141A

Text Example


Text Example

White with #6F141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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