Html Css Color HEX #6F1E20 Red Berry

📋 copy color: '#6F1E20'

red 111 ◦ green 30 ◦ blue 32

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

Shades of Red Berry #6F1E20

Tints of Red Berry #6F1E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.5%

R = 64.16%
G = 17.34%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6F1E20 (or 0x6F1E20) is known color: Red Berry. HEX triplet: 6F, 1E and 20. RGB value is (111,30,32). Sum of RGB (Red+Green+Blue) = 111+30+32=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E20 is #90E1DF. Grayscale: #363636. Windows color (decimal): -9495008 or 2104943. OLE color: 2104943.

HSL color Cylindrical-coordinate representation of color #6F1E20: hue angle of 358.52º 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 #6F1E20 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 30 32 -
CMYK 0 0.73 0.71 0.56
HSL 358.52º 0.57% 0.28% -
HSV(B) 358.52º 0.73% 0.44% -
XYZ 7.28 4.41 1.83 -
YUV 54.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 111 30 32 0 0.73 0.71 0.56 358.52 0.57 0.28
Hex 6F 1E 20 0 49 47 38 167 39 1C
Octal 157 36 40 0 111 107 70 547 71 34
Binary 1101111 11110 100000 0 1001001 1000111 111000 101100111 111001 11100

Color Harmonies of #6F1E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1E20

Black with #6F1E20

Text Example


Text Example

White with #6F1E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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