Html Css Color HEX #6D1F20 Red Berry

📋 copy color: '#6D1F20'

red 109 ◦ green 31 ◦ blue 32

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

Shades of Red Berry #6D1F20

Tints of Red Berry #6D1F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.02%

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 63.37%
G = 18.02%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D1F20 (or 0x6D1F20) is known color: Red Berry. HEX triplet: 6D, 1F and 20. RGB value is (109,31,32). Sum of RGB (Red+Green+Blue) = 109+31+32=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F20 is #92E0DF. Grayscale: #363636. Windows color (decimal): -9625824 or 2105197. OLE color: 2105197.

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

Color convert

RGB 109 31 32 -
CMYK 0 0.72 0.71 0.57
HSL 359.23º 0.56% 0.27% -
HSV(B) 359.23º 0.72% 0.43% -
XYZ 7.06 4.34 1.83 -
YUV 54.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 109 31 32 0 0.72 0.71 0.57 359.23 0.56 0.27
Hex 6D 1F 20 0 48 47 39 167 38 1B
Octal 155 37 40 0 110 107 71 547 70 33
Binary 1101101 11111 100000 0 1001000 1000111 111001 101100111 111000 11011

Color Harmonies of #6D1F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F20

Black with #6D1F20

Text Example


Text Example

White with #6D1F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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