Html Css Color HEX #6D182A Red Berry

📋 copy color: '#6D182A'

red 109 ◦ green 24 ◦ blue 42

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

Shades of Red Berry #6D182A

Tints of Red Berry #6D182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 42 (16.8% from 255) = 24%

R = 62.29%
G = 13.71%
B = 24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D182A (or 0x6D182A) is known color: Red Berry. HEX triplet: 6D, 18 and 2A. RGB value is (109,24,42). Sum of RGB (Red+Green+Blue) = 109+24+42=175 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 109 - color contains mainly: red. Hex color #6D182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D182A is #92E7D5. Grayscale: #333333. Windows color (decimal): -9627606 or 2758765. OLE color: 2758765.

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

Color convert

RGB 109 24 42 -
CMYK 0 0.78 0.61 0.57
HSL 347.29º 0.64% 0.26% -
HSV(B) 347.29º 0.78% 0.43% -
XYZ 7.05 4.07 2.6 -
YUV 51.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 109 24 42 0 0.78 0.61 0.57 347.29 0.64 0.26
Hex 6D 18 2A 0 4E 3D 39 15B 40 1A
Octal 155 30 52 0 116 75 71 533 100 32
Binary 1101101 11000 101010 0 1001110 111101 111001 101011011 1000000 11010

Color Harmonies of #6D182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D182A

Black with #6D182A

Text Example


Text Example

White with #6D182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,24,42); }

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

background-color css

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

 a { background-color: rgb(109,24,42); }

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

border-color css

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

 span { border-color: rgb(109,24,42); }

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