Html Css Color HEX #6D1B1E Red Berry

📋 copy color: '#6D1B1E'

red 109 ◦ green 27 ◦ blue 30

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

Shades of Red Berry #6D1B1E

Tints of Red Berry #6D1B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.27%

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 65.66%
G = 16.27%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D1B1E (or 0x6D1B1E) is known color: Red Berry. HEX triplet: 6D, 1B and 1E. RGB value is (109,27,30). Sum of RGB (Red+Green+Blue) = 109+27+30=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B1E is #92E4E1. Grayscale: #333333. Windows color (decimal): -9626850 or 1973101. OLE color: 1973101.

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

Color convert

RGB 109 27 30 -
CMYK 0 0.75 0.72 0.57
HSL 357.8º 0.6% 0.27% -
HSV(B) 357.8º 0.75% 0.43% -
XYZ 6.93 4.13 1.66 -
YUV 51.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 109 27 30 0 0.75 0.72 0.57 357.8 0.6 0.27
Hex 6D 1B 1E 0 4B 48 39 166 3C 1B
Octal 155 33 36 0 113 110 71 546 74 33
Binary 1101101 11011 11110 0 1001011 1001000 111001 101100110 111100 11011

Color Harmonies of #6D1B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1B1E

Black with #6D1B1E

Text Example


Text Example

White with #6D1B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,27,30); }

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

background-color css

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

 a { background-color: rgb(109,27,30); }

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

border-color css

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

 span { border-color: rgb(109,27,30); }

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