Html Css Color HEX #6F181F Red Berry

📋 copy color: '#6F181F'

red 111 ◦ green 24 ◦ blue 31

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

Shades of Red Berry #6F181F

Tints of Red Berry #6F181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.67%

R = 66.87%
G = 14.46%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F181F (or 0x6F181F) is known color: Red Berry. HEX triplet: 6F, 18 and 1F. RGB value is (111,24,31). Sum of RGB (Red+Green+Blue) = 111+24+31=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F181F is #90E7E0. Grayscale: #323232. Windows color (decimal): -9496545 or 2037871. OLE color: 2037871.

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

Color convert

RGB 111 24 31 -
CMYK 0 0.78 0.72 0.56
HSL 355.17º 0.64% 0.26% -
HSV(B) 355.17º 0.78% 0.44% -
XYZ 7.13 4.13 1.72 -
YUV 50.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 111 24 31 0 0.78 0.72 0.56 355.17 0.64 0.26
Hex 6F 18 1F 0 4E 48 38 163 40 1A
Octal 157 30 37 0 116 110 70 543 100 32
Binary 1101111 11000 11111 0 1001110 1001000 111000 101100011 1000000 11010

Color Harmonies of #6F181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F181F

Black with #6F181F

Text Example


Text Example

White with #6F181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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