Html Css Color HEX #6D202B Red Berry

📋 copy color: '#6D202B'

red 109 ◦ green 32 ◦ blue 43

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

Shades of Red Berry #6D202B

Tints of Red Berry #6D202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 59.24%
G = 17.39%
B = 23.37%

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

#6D202B (or 0x6D202B) is known color: Red Berry. HEX triplet: 6D, 20 and 2B. RGB value is (109,32,43). Sum of RGB (Red+Green+Blue) = 109+32+43=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D202B is #92DFD4. Grayscale: #383838. Windows color (decimal): -9625557 or 2826349. OLE color: 2826349.

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

Color convert

RGB 109 32 43 -
CMYK 0 0.71 0.61 0.57
HSL 351.43º 0.55% 0.28% -
HSV(B) 351.43º 0.71% 0.43% -
XYZ 7.26 4.46 2.76 -
YUV 56.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 109 32 43 0 0.71 0.61 0.57 351.43 0.55 0.28
Hex 6D 20 2B 0 47 3D 39 15F 37 1C
Octal 155 40 53 0 107 75 71 537 67 34
Binary 1101101 100000 101011 0 1000111 111101 111001 101011111 110111 11100

Color Harmonies of #6D202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D202B

Black with #6D202B

Text Example


Text Example

White with #6D202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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