Html Css Color HEX #6D202A Red Berry

📋 copy color: '#6D202A'

red 109 ◦ green 32 ◦ blue 42

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

Shades of Red Berry #6D202A

Tints of Red Berry #6D202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.95%

R = 59.56%
G = 17.49%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D202A (or 0x6D202A) is known color: Red Berry. HEX triplet: 6D, 20 and 2A. RGB value is (109,32,42). Sum of RGB (Red+Green+Blue) = 109+32+42=183 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.56% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 109 - color contains mainly: red. Hex color #6D202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D202A is #92DFD5. Grayscale: #383838. Windows color (decimal): -9625558 or 2760813. OLE color: 2760813.

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

Color convert

RGB 109 32 42 -
CMYK 0 0.71 0.61 0.57
HSL 352.21º 0.55% 0.28% -
HSV(B) 352.21º 0.71% 0.43% -
XYZ 7.24 4.45 2.67 -
YUV 56.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 109 32 42 0 0.71 0.61 0.57 352.21 0.55 0.28
Hex 6D 20 2A 0 47 3D 39 160 37 1C
Octal 155 40 52 0 107 75 71 540 67 34
Binary 1101101 100000 101010 0 1000111 111101 111001 101100000 110111 11100

Color Harmonies of #6D202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D202A

Black with #6D202A

Text Example


Text Example

White with #6D202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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