Html Css Color HEX #6F222C Red Berry

📋 copy color: '#6F222C'

red 111 ◦ green 34 ◦ blue 44

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

Shades of Red Berry #6F222C

Tints of Red Berry #6F222C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

 BLUE value IS 44 (17.58% from 255) = 23.28%

R = 58.73%
G = 17.99%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6F222C (or 0x6F222C) is known color: Red Berry. HEX triplet: 6F, 22 and 2C. RGB value is (111,34,44). Sum of RGB (Red+Green+Blue) = 111+34+44=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F222C is #90DDD3. Grayscale: #3A3A3A. Windows color (decimal): -9493972 or 2892399. OLE color: 2892399.

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

Color convert

RGB 111 34 44 -
CMYK 0 0.69 0.60 0.56
HSL 352.21º 0.53% 0.28% -
HSV(B) 352.21º 0.69% 0.44% -
XYZ 7.58 4.71 2.89 -
YUV 58.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 111 34 44 0 0.69 0.60 0.56 352.21 0.53 0.28
Hex 6F 22 2C 0 45 3C 38 160 35 1C
Octal 157 42 54 0 105 74 70 540 65 34
Binary 1101111 100010 101100 0 1000101 111100 111000 101100000 110101 11100

Color Harmonies of #6F222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F222C

Black with #6F222C

Text Example


Text Example

White with #6F222C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,34,44); }

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

background-color css

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

 a { background-color: rgb(111,34,44); }

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

border-color css

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

 span { border-color: rgb(111,34,44); }

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