Html Css Color HEX #6D1F29 Red Berry

📋 copy color: '#6D1F29'

red 109 ◦ green 31 ◦ blue 41

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

Shades of Red Berry #6D1F29

Tints of Red Berry #6D1F29

RGB

 RED value IS 109 (42.97% from 255) = 60.22%

 GREEN value IS 31 (12.5% from 255) = 17.13%

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

R = 60.22%
G = 17.13%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D1F29 (or 0x6D1F29) is known color: Red Berry. HEX triplet: 6D, 1F and 29. RGB value is (109,31,41). Sum of RGB (Red+Green+Blue) = 109+31+41=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F29 is #92E0D6. Grayscale: #373737. Windows color (decimal): -9625815 or 2695021. OLE color: 2695021.

HSL color Cylindrical-coordinate representation of color #6D1F29: hue angle of 352.31º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1F29 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 31 41 -
CMYK 0 0.72 0.62 0.57
HSL 352.31º 0.56% 0.27% -
HSV(B) 352.31º 0.72% 0.43% -
XYZ 7.2 4.39 2.57 -
YUV 55.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 109 31 41 0 0.72 0.62 0.57 352.31 0.56 0.27
Hex 6D 1F 29 0 48 3E 39 160 38 1B
Octal 155 37 51 0 110 76 71 540 70 33
Binary 1101101 11111 101001 0 1001000 111110 111001 101100000 111000 11011

Color Harmonies of #6D1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F29

Black with #6D1F29

Text Example


Text Example

White with #6D1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,31,41); }

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

background-color css

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

 a { background-color: rgb(109,31,41); }

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

border-color css

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

 span { border-color: rgb(109,31,41); }

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