Html Css Color HEX #6F2228 Red Berry

📋 copy color: '#6F2228'

red 111 ◦ green 34 ◦ blue 40

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

Shades of Red Berry #6F2228

Tints of Red Berry #6F2228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 60%
G = 18.38%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#6F2228 (or 0x6F2228) is known color: Red Berry. HEX triplet: 6F, 22 and 28. RGB value is (111,34,40). Sum of RGB (Red+Green+Blue) = 111+34+40=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2228 is #90DDD7. Grayscale: #393939. Windows color (decimal): -9493976 or 2630255. OLE color: 2630255.

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

Color convert

RGB 111 34 40 -
CMYK 0 0.69 0.64 0.56
HSL 355.32º 0.53% 0.28% -
HSV(B) 355.32º 0.69% 0.44% -
XYZ 7.51 4.68 2.51 -
YUV 57.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 111 34 40 0 0.69 0.64 0.56 355.32 0.53 0.28
Hex 6F 22 28 0 45 40 38 163 35 1C
Octal 157 42 50 0 105 100 70 543 65 34
Binary 1101111 100010 101000 0 1000101 1000000 111000 101100011 110101 11100

Color Harmonies of #6F2228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2228

Black with #6F2228

Text Example


Text Example

White with #6F2228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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