Html Css Color HEX #6E1F27 Red Berry

📋 copy color: '#6E1F27'

red 110 ◦ green 31 ◦ blue 39

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

Shades of Red Berry #6E1F27

Tints of Red Berry #6E1F27

RGB

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

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

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

R = 61.11%
G = 17.22%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E1F27 (or 0x6E1F27) is known color: Red Berry. HEX triplet: 6E, 1F and 27. RGB value is (110,31,39). Sum of RGB (Red+Green+Blue) = 110+31+39=180 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.11% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1F27 is #91E0D8. Grayscale: #373737. Windows color (decimal): -9560281 or 2563950. OLE color: 2563950.

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

Color convert

RGB 110 31 39 -
CMYK 0 0.72 0.65 0.57
HSL 353.92º 0.56% 0.28% -
HSV(B) 353.92º 0.72% 0.43% -
XYZ 7.29 4.44 2.39 -
YUV 55.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 110 31 39 0 0.72 0.65 0.57 353.92 0.56 0.28
Hex 6E 1F 27 0 48 41 39 162 38 1C
Octal 156 37 47 0 110 101 71 542 70 34
Binary 1101110 11111 100111 0 1001000 1000001 111001 101100010 111000 11100

Color Harmonies of #6E1F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1F27

Black with #6E1F27

Text Example


Text Example

White with #6E1F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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