Html Css Color HEX #6D1824 Red Berry

📋 copy color: '#6D1824'

red 109 ◦ green 24 ◦ blue 36

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

Shades of Red Berry #6D1824

Tints of Red Berry #6D1824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.3%

R = 64.5%
G = 14.2%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#6D1824 (or 0x6D1824) is known color: Red Berry. HEX triplet: 6D, 18 and 24. RGB value is (109,24,36). Sum of RGB (Red+Green+Blue) = 109+24+36=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1824 is #92E7DB. Grayscale: #323232. Windows color (decimal): -9627612 or 2365549. OLE color: 2365549.

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

Color convert

RGB 109 24 36 -
CMYK 0 0.78 0.67 0.57
HSL 351.53º 0.64% 0.26% -
HSV(B) 351.53º 0.78% 0.43% -
XYZ 6.95 4.03 2.08 -
YUV 50.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 109 24 36 0 0.78 0.67 0.57 351.53 0.64 0.26
Hex 6D 18 24 0 4E 43 39 160 40 1A
Octal 155 30 44 0 116 103 71 540 100 32
Binary 1101101 11000 100100 0 1001110 1000011 111001 101100000 1000000 11010

Color Harmonies of #6D1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1824

Black with #6D1824

Text Example


Text Example

White with #6D1824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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