Html Css Color HEX #6D1A1D Red Berry

📋 copy color: '#6D1A1D'

red 109 ◦ green 26 ◦ blue 29

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

Shades of Red Berry #6D1A1D

Tints of Red Berry #6D1A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.85%

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 66.46%
G = 15.85%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D1A1D (or 0x6D1A1D) is known color: Red Berry. HEX triplet: 6D, 1A and 1D. RGB value is (109,26,29). Sum of RGB (Red+Green+Blue) = 109+26+29=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A1D is #92E5E2. Grayscale: #333333. Windows color (decimal): -9627107 or 1907309. OLE color: 1907309.

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

Color convert

RGB 109 26 29 -
CMYK 0 0.76 0.73 0.57
HSL 357.83º 0.61% 0.26% -
HSV(B) 357.83º 0.76% 0.43% -
XYZ 6.9 4.08 1.59 -
YUV 51.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 109 26 29 0 0.76 0.73 0.57 357.83 0.61 0.26
Hex 6D 1A 1D 0 4C 49 39 166 3D 1A
Octal 155 32 35 0 114 111 71 546 75 32
Binary 1101101 11010 11101 0 1001100 1001001 111001 101100110 111101 11010

Color Harmonies of #6D1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1A1D

Black with #6D1A1D

Text Example


Text Example

White with #6D1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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