Html Css Color HEX #6D1D24 Red Berry

📋 copy color: '#6D1D24'

red 109 ◦ green 29 ◦ blue 36

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

Shades of Red Berry #6D1D24

Tints of Red Berry #6D1D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

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

R = 62.64%
G = 16.67%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#6D1D24 (or 0x6D1D24) is known color: Red Berry. HEX triplet: 6D, 1D and 24. RGB value is (109,29,36). Sum of RGB (Red+Green+Blue) = 109+29+36=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D24 is #92E2DB. Grayscale: #353535. Windows color (decimal): -9626332 or 2366829. OLE color: 2366829.

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

Color convert

RGB 109 29 36 -
CMYK 0 0.73 0.67 0.57
HSL 354.75º 0.58% 0.27% -
HSV(B) 354.75º 0.73% 0.43% -
XYZ 7.06 4.26 2.12 -
YUV 53.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 109 29 36 0 0.73 0.67 0.57 354.75 0.58 0.27
Hex 6D 1D 24 0 49 43 39 163 3A 1B
Octal 155 35 44 0 111 103 71 543 72 33
Binary 1101101 11101 100100 0 1001001 1000011 111001 101100011 111010 11011

Color Harmonies of #6D1D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1D24

Black with #6D1D24

Text Example


Text Example

White with #6D1D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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