Html Css Color HEX #6D1C2C Red Berry

📋 copy color: '#6D1C2C'

red 109 ◦ green 28 ◦ blue 44

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

Shades of Red Berry #6D1C2C

Tints of Red Berry #6D1C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.47%

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 60.22%
G = 15.47%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#6D1C2C (or 0x6D1C2C) is known color: Red Berry. HEX triplet: 6D, 1C and 2C. RGB value is (109,28,44). Sum of RGB (Red+Green+Blue) = 109+28+44=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C2C is #92E3D3. Grayscale: #363636. Windows color (decimal): -9626580 or 2890861. OLE color: 2890861.

HSL color Cylindrical-coordinate representation of color #6D1C2C: hue angle of 348.15º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C2C is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 28 44 -
CMYK 0 0.74 0.60 0.57
HSL 348.15º 0.59% 0.27% -
HSV(B) 348.15º 0.74% 0.43% -
XYZ 7.18 4.26 2.83 -
YUV 54.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 109 28 44 0 0.74 0.60 0.57 348.15 0.59 0.27
Hex 6D 1C 2C 0 4A 3C 39 15C 3B 1B
Octal 155 34 54 0 112 74 71 534 73 33
Binary 1101101 11100 101100 0 1001010 111100 111001 101011100 111011 11011

Color Harmonies of #6D1C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1C2C

Black with #6D1C2C

Text Example


Text Example

White with #6D1C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,28,44); }

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

background-color css

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

 a { background-color: rgb(109,28,44); }

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

border-color css

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

 span { border-color: rgb(109,28,44); }

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