Html Css Color HEX #6F181D Red Berry

📋 copy color: '#6F181D'

red 111 ◦ green 24 ◦ blue 29

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

Shades of Red Berry #6F181D

Tints of Red Berry #6F181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 67.68%
G = 14.63%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F181D (or 0x6F181D) is known color: Red Berry. HEX triplet: 6F, 18 and 1D. RGB value is (111,24,29). Sum of RGB (Red+Green+Blue) = 111+24+29=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F181D is #90E7E2. Grayscale: #323232. Windows color (decimal): -9496547 or 1906799. OLE color: 1906799.

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

Color convert

RGB 111 24 29 -
CMYK 0 0.78 0.74 0.56
HSL 356.55º 0.64% 0.26% -
HSV(B) 356.55º 0.78% 0.44% -
XYZ 7.1 4.12 1.58 -
YUV 50.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 111 24 29 0 0.78 0.74 0.56 356.55 0.64 0.26
Hex 6F 18 1D 0 4E 4A 38 165 40 1A
Octal 157 30 35 0 116 112 70 545 100 32
Binary 1101111 11000 11101 0 1001110 1001010 111000 101100101 1000000 11010

Color Harmonies of #6F181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F181D

Black with #6F181D

Text Example


Text Example

White with #6F181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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