Html Css Color HEX #6F1729 Red Berry

📋 copy color: '#6F1729'

red 111 ◦ green 23 ◦ blue 41

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

Shades of Red Berry #6F1729

Tints of Red Berry #6F1729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

 BLUE value IS 41 (16.41% from 255) = 23.43%

R = 63.43%
G = 13.14%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F1729 (or 0x6F1729) is known color: Red Berry. HEX triplet: 6F, 17 and 29. RGB value is (111,23,41). Sum of RGB (Red+Green+Blue) = 111+23+41=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1729 is #90E8D6. Grayscale: #333333. Windows color (decimal): -9496791 or 2692975. OLE color: 2692975.

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

Color convert

RGB 111 23 41 -
CMYK 0 0.79 0.63 0.56
HSL 347.73º 0.66% 0.26% -
HSV(B) 347.73º 0.79% 0.44% -
XYZ 7.26 4.15 2.52 -
YUV 51.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 111 23 41 0 0.79 0.63 0.56 347.73 0.66 0.26
Hex 6F 17 29 0 4F 3F 38 15C 42 1A
Octal 157 27 51 0 117 77 70 534 102 32
Binary 1101111 10111 101001 0 1001111 111111 111000 101011100 1000010 11010

Color Harmonies of #6F1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1729

Black with #6F1729

Text Example


Text Example

White with #6F1729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,23,41); }

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

background-color css

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

 a { background-color: rgb(111,23,41); }

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

border-color css

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

 span { border-color: rgb(111,23,41); }

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