Html Css Color HEX #6F1E27 Red Berry

📋 copy color: '#6F1E27'

red 111 ◦ green 30 ◦ blue 39

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

Shades of Red Berry #6F1E27

Tints of Red Berry #6F1E27

RGB

 RED value IS 111 (43.75% from 255) = 61.67%

 GREEN value IS 30 (12.11% from 255) = 16.67%

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

R = 61.67%
G = 16.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F1E27 (or 0x6F1E27) is known color: Red Berry. HEX triplet: 6F, 1E and 27. RGB value is (111,30,39). Sum of RGB (Red+Green+Blue) = 111+30+39=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E27 is #90E1D8. Grayscale: #373737. Windows color (decimal): -9495001 or 2563695. OLE color: 2563695.

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

Color convert

RGB 111 30 39 -
CMYK 0 0.73 0.65 0.56
HSL 353.33º 0.57% 0.28% -
HSV(B) 353.33º 0.73% 0.44% -
XYZ 7.39 4.45 2.39 -
YUV 55.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 111 30 39 0 0.73 0.65 0.56 353.33 0.57 0.28
Hex 6F 1E 27 0 49 41 38 161 39 1C
Octal 157 36 47 0 111 101 70 541 71 34
Binary 1101111 11110 100111 0 1001001 1000001 111000 101100001 111001 11100

Color Harmonies of #6F1E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1E27

Black with #6F1E27

Text Example


Text Example

White with #6F1E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,30,39); }

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

background-color css

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

 a { background-color: rgb(111,30,39); }

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

border-color css

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

 span { border-color: rgb(111,30,39); }

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