Html Css Color HEX #6D1E29 Red Berry

📋 copy color: '#6D1E29'

red 109 ◦ green 30 ◦ blue 41

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

Shades of Red Berry #6D1E29

Tints of Red Berry #6D1E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.67%

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

R = 60.56%
G = 16.67%
B = 22.78%

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

#6D1E29 (or 0x6D1E29) is known color: Red Berry. HEX triplet: 6D, 1E and 29. RGB value is (109,30,41). Sum of RGB (Red+Green+Blue) = 109+30+41=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E29 is #92E1D6. Grayscale: #363636. Windows color (decimal): -9626071 or 2694765. OLE color: 2694765.

HSL color Cylindrical-coordinate representation of color #6D1E29: hue angle of 351.65º degrees, saturation: 0.57, 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 #6D1E29 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 30 41 -
CMYK 0 0.72 0.62 0.57
HSL 351.65º 0.57% 0.27% -
HSV(B) 351.65º 0.72% 0.43% -
XYZ 7.17 4.34 2.56 -
YUV 54.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 109 30 41 0 0.72 0.62 0.57 351.65 0.57 0.27
Hex 6D 1E 29 0 48 3E 39 160 39 1B
Octal 155 36 51 0 110 76 71 540 71 33
Binary 1101101 11110 101001 0 1001000 111110 111001 101100000 111001 11011

Color Harmonies of #6D1E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1E29

Black with #6D1E29

Text Example


Text Example

White with #6D1E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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