Html Css Color HEX #6D1A25 Red Berry

📋 copy color: '#6D1A25'

red 109 ◦ green 26 ◦ blue 37

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

Shades of Red Berry #6D1A25

Tints of Red Berry #6D1A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

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

R = 63.37%
G = 15.12%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D1A25 (or 0x6D1A25) is known color: Red Berry. HEX triplet: 6D, 1A and 25. RGB value is (109,26,37). Sum of RGB (Red+Green+Blue) = 109+26+37=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A25 is #92E5DA. Grayscale: #343434. Windows color (decimal): -9627099 or 2431597. OLE color: 2431597.

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

Color convert

RGB 109 26 37 -
CMYK 0 0.76 0.66 0.57
HSL 352.05º 0.61% 0.26% -
HSV(B) 352.05º 0.76% 0.43% -
XYZ 7.01 4.12 2.18 -
YUV 52.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 109 26 37 0 0.76 0.66 0.57 352.05 0.61 0.26
Hex 6D 1A 25 0 4C 42 39 160 3D 1A
Octal 155 32 45 0 114 102 71 540 75 32
Binary 1101101 11010 100101 0 1001100 1000010 111001 101100000 111101 11010

Color Harmonies of #6D1A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1A25

Black with #6D1A25

Text Example


Text Example

White with #6D1A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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