Html Css Color HEX #6F2227 Red Berry

📋 copy color: '#6F2227'

red 111 ◦ green 34 ◦ blue 39

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

Shades of Red Berry #6F2227

Tints of Red Berry #6F2227

RGB

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

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

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

R = 60.33%
G = 18.48%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F2227 (or 0x6F2227) is known color: Red Berry. HEX triplet: 6F, 22 and 27. RGB value is (111,34,39). Sum of RGB (Red+Green+Blue) = 111+34+39=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2227 is #90DDD8. Grayscale: #393939. Windows color (decimal): -9493977 or 2564719. OLE color: 2564719.

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

Color convert

RGB 111 34 39 -
CMYK 0 0.69 0.65 0.56
HSL 356.1º 0.53% 0.28% -
HSV(B) 356.1º 0.69% 0.44% -
XYZ 7.49 4.67 2.43 -
YUV 57.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 111 34 39 0 0.69 0.65 0.56 356.1 0.53 0.28
Hex 6F 22 27 0 45 41 38 164 35 1C
Octal 157 42 47 0 105 101 70 544 65 34
Binary 1101111 100010 100111 0 1000101 1000001 111000 101100100 110101 11100

Color Harmonies of #6F2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2227

Black with #6F2227

Text Example


Text Example

White with #6F2227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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