Html Css Color HEX #6D202D Red Berry

📋 copy color: '#6D202D'

red 109 ◦ green 32 ◦ blue 45

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

Shades of Red Berry #6D202D

Tints of Red Berry #6D202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.19%

R = 58.6%
G = 17.2%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D202D (or 0x6D202D) is known color: Red Berry. HEX triplet: 6D, 20 and 2D. RGB value is (109,32,45). Sum of RGB (Red+Green+Blue) = 109+32+45=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D202D is #92DFD2. Grayscale: #383838. Windows color (decimal): -9625555 or 2957421. OLE color: 2957421.

HSL color Cylindrical-coordinate representation of color #6D202D: hue angle of 349.87º 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 #6D202D is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 32 45 -
CMYK 0 0.71 0.59 0.57
HSL 349.87º 0.55% 0.28% -
HSV(B) 349.87º 0.71% 0.43% -
XYZ 7.3 4.47 2.96 -
YUV 56.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 109 32 45 0 0.71 0.59 0.57 349.87 0.55 0.28
Hex 6D 20 2D 0 47 3B 39 15E 37 1C
Octal 155 40 55 0 107 73 71 536 67 34
Binary 1101101 100000 101101 0 1000111 111011 111001 101011110 110111 11100

Color Harmonies of #6D202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D202D

Black with #6D202D

Text Example


Text Example

White with #6D202D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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