Html Css Color HEX #6E1F29 Red Berry

📋 copy color: '#6E1F29'

red 110 ◦ green 31 ◦ blue 41

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

Shades of Red Berry #6E1F29

Tints of Red Berry #6E1F29

RGB

 RED value IS 110 (43.36% from 255) = 60.44%

 GREEN value IS 31 (12.5% from 255) = 17.03%

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 60.44%
G = 17.03%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E1F29 (or 0x6E1F29) is known color: Red Berry. HEX triplet: 6E, 1F and 29. RGB value is (110,31,41). Sum of RGB (Red+Green+Blue) = 110+31+41=182 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.44% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1F29 is #91E0D6. Grayscale: #373737. Windows color (decimal): -9560279 or 2695022. OLE color: 2695022.

HSL color Cylindrical-coordinate representation of color #6E1F29: hue angle of 352.41º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E1F29 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 31 41 -
CMYK 0 0.72 0.63 0.57
HSL 352.41º 0.56% 0.28% -
HSV(B) 352.41º 0.72% 0.43% -
XYZ 7.32 4.46 2.57 -
YUV 55.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 110 31 41 0 0.72 0.63 0.57 352.41 0.56 0.28
Hex 6E 1F 29 0 48 3F 39 160 38 1C
Octal 156 37 51 0 110 77 71 540 70 34
Binary 1101110 11111 101001 0 1001000 111111 111001 101100000 111000 11100

Color Harmonies of #6E1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1F29

Black with #6E1F29

Text Example


Text Example

White with #6E1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,31,41); }

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

background-color css

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

 a { background-color: rgb(110,31,41); }

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

border-color css

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

 span { border-color: rgb(110,31,41); }

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