Html Css Color HEX #6D1D25 Red Berry

📋 copy color: '#6D1D25'

red 109 ◦ green 29 ◦ blue 37

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

Shades of Red Berry #6D1D25

Tints of Red Berry #6D1D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.14%

R = 62.29%
G = 16.57%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D1D25 (or 0x6D1D25) is known color: Red Berry. HEX triplet: 6D, 1D and 25. RGB value is (109,29,37). Sum of RGB (Red+Green+Blue) = 109+29+37=175 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.29% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D25 is #92E2DA. Grayscale: #353535. Windows color (decimal): -9626331 or 2432365. OLE color: 2432365.

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

Color convert

RGB 109 29 37 -
CMYK 0 0.73 0.66 0.57
HSL 354º 0.58% 0.27% -
HSV(B) 354º 0.73% 0.43% -
XYZ 7.08 4.26 2.2 -
YUV 53.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 109 29 37 0 0.73 0.66 0.57 354 0.58 0.27
Hex 6D 1D 25 0 49 42 39 162 3A 1B
Octal 155 35 45 0 111 102 71 542 72 33
Binary 1101101 11101 100101 0 1001001 1000010 111001 101100010 111010 11011

Color Harmonies of #6D1D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1D25

Black with #6D1D25

Text Example


Text Example

White with #6D1D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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