Html Css Color HEX #6D1B27 Red Berry

📋 copy color: '#6D1B27'

red 109 ◦ green 27 ◦ blue 39

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

Shades of Red Berry #6D1B27

Tints of Red Berry #6D1B27

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.43%

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 62.29%
G = 15.43%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6D1B27 (or 0x6D1B27) is known color: Red Berry. HEX triplet: 6D, 1B and 27. RGB value is (109,27,39). Sum of RGB (Red+Green+Blue) = 109+27+39=175 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.29% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B27 is #92E4D8. Grayscale: #343434. Windows color (decimal): -9626841 or 2562925. OLE color: 2562925.

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

Color convert

RGB 109 27 39 -
CMYK 0 0.75 0.64 0.57
HSL 351.22º 0.6% 0.27% -
HSV(B) 351.22º 0.75% 0.43% -
XYZ 7.06 4.18 2.35 -
YUV 52.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 109 27 39 0 0.75 0.64 0.57 351.22 0.6 0.27
Hex 6D 1B 27 0 4B 40 39 15F 3C 1B
Octal 155 33 47 0 113 100 71 537 74 33
Binary 1101101 11011 100111 0 1001011 1000000 111001 101011111 111100 11011

Color Harmonies of #6D1B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1B27

Black with #6D1B27

Text Example


Text Example

White with #6D1B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,27,39); }

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

background-color css

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

 a { background-color: rgb(109,27,39); }

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

border-color css

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

 span { border-color: rgb(109,27,39); }

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