Html Css Color HEX #6D1A1F Red Berry

📋 copy color: '#6D1A1F'

red 109 ◦ green 26 ◦ blue 31

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

Shades of Red Berry #6D1A1F

Tints of Red Berry #6D1A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.67%

R = 65.66%
G = 15.66%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D1A1F (or 0x6D1A1F) is known color: Red Berry. HEX triplet: 6D, 1A and 1F. RGB value is (109,26,31). Sum of RGB (Red+Green+Blue) = 109+26+31=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A1F is #92E5E0. Grayscale: #333333. Windows color (decimal): -9627105 or 2038381. OLE color: 2038381.

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

Color convert

RGB 109 26 31 -
CMYK 0 0.76 0.72 0.57
HSL 356.39º 0.61% 0.26% -
HSV(B) 356.39º 0.76% 0.43% -
XYZ 6.92 4.09 1.72 -
YUV 51.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 109 26 31 0 0.76 0.72 0.57 356.39 0.61 0.26
Hex 6D 1A 1F 0 4C 48 39 164 3D 1A
Octal 155 32 37 0 114 110 71 544 75 32
Binary 1101101 11010 11111 0 1001100 1001000 111001 101100100 111101 11010

Color Harmonies of #6D1A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1A1F

Black with #6D1A1F

Text Example


Text Example

White with #6D1A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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