Html Css Color HEX #6F181A Red Berry

📋 copy color: '#6F181A'

red 111 ◦ green 24 ◦ blue 26

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

Shades of Red Berry #6F181A

Tints of Red Berry #6F181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.91%

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

R = 68.94%
G = 14.91%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F181A (or 0x6F181A) is known color: Red Berry. HEX triplet: 6F, 18 and 1A. RGB value is (111,24,26). Sum of RGB (Red+Green+Blue) = 111+24+26=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F181A is #90E7E5. Grayscale: #323232. Windows color (decimal): -9496550 or 1710191. OLE color: 1710191.

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

Color convert

RGB 111 24 26 -
CMYK 0 0.78 0.77 0.56
HSL 358.62º 0.64% 0.26% -
HSV(B) 358.62º 0.78% 0.44% -
XYZ 7.07 4.11 1.4 -
YUV 50.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 111 24 26 0 0.78 0.77 0.56 358.62 0.64 0.26
Hex 6F 18 1A 0 4E 4D 38 167 40 1A
Octal 157 30 32 0 116 115 70 547 100 32
Binary 1101111 11000 11010 0 1001110 1001101 111000 101100111 1000000 11010

Color Harmonies of #6F181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F181A

Black with #6F181A

Text Example


Text Example

White with #6F181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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