Html Css Color HEX #6D2029 Red Berry

📋 copy color: '#6D2029'

red 109 ◦ green 32 ◦ blue 41

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

Shades of Red Berry #6D2029

Tints of Red Berry #6D2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

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

R = 59.89%
G = 17.58%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D2029 (or 0x6D2029) is known color: Red Berry. HEX triplet: 6D, 20 and 29. RGB value is (109,32,41). Sum of RGB (Red+Green+Blue) = 109+32+41=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2029 is #92DFD6. Grayscale: #383838. Windows color (decimal): -9625559 or 2695277. OLE color: 2695277.

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

Color convert

RGB 109 32 41 -
CMYK 0 0.71 0.62 0.57
HSL 352.99º 0.55% 0.28% -
HSV(B) 352.99º 0.71% 0.43% -
XYZ 7.22 4.44 2.57 -
YUV 56.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 109 32 41 0 0.71 0.62 0.57 352.99 0.55 0.28
Hex 6D 20 29 0 47 3E 39 161 37 1C
Octal 155 40 51 0 107 76 71 541 67 34
Binary 1101101 100000 101001 0 1000111 111110 111001 101100001 110111 11100

Color Harmonies of #6D2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2029

Black with #6D2029

Text Example


Text Example

White with #6D2029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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