Html Css Color HEX #6D1D2B Red Berry

📋 copy color: '#6D1D2B'

red 109 ◦ green 29 ◦ blue 43

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

Shades of Red Berry #6D1D2B

Tints of Red Berry #6D1D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.02%

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

R = 60.22%
G = 16.02%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D1D2B (or 0x6D1D2B) is known color: Red Berry. HEX triplet: 6D, 1D and 2B. RGB value is (109,29,43). Sum of RGB (Red+Green+Blue) = 109+29+43=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D2B is #92E2D4. Grayscale: #363636. Windows color (decimal): -9626325 or 2825581. OLE color: 2825581.

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

Color convert

RGB 109 29 43 -
CMYK 0 0.73 0.61 0.57
HSL 349.5º 0.58% 0.27% -
HSV(B) 349.5º 0.73% 0.43% -
XYZ 7.18 4.3 2.74 -
YUV 54.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 109 29 43 0 0.73 0.61 0.57 349.5 0.58 0.27
Hex 6D 1D 2B 0 49 3D 39 15E 3A 1B
Octal 155 35 53 0 111 75 71 536 72 33
Binary 1101101 11101 101011 0 1001001 111101 111001 101011110 111010 11011

Color Harmonies of #6D1D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1D2B

Black with #6D1D2B

Text Example


Text Example

White with #6D1D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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