Html Css Color HEX #6F202B Red Berry

📋 copy color: '#6F202B'

red 111 ◦ green 32 ◦ blue 43

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

Shades of Red Berry #6F202B

Tints of Red Berry #6F202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

 BLUE value IS 43 (17.19% from 255) = 23.12%

R = 59.68%
G = 17.2%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F202B (or 0x6F202B) is known color: Red Berry. HEX triplet: 6F, 20 and 2B. RGB value is (111,32,43). Sum of RGB (Red+Green+Blue) = 111+32+43=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F202B is #90DFD4. Grayscale: #383838. Windows color (decimal): -9494485 or 2826351. OLE color: 2826351.

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

Color convert

RGB 111 32 43 -
CMYK 0 0.71 0.61 0.56
HSL 351.65º 0.55% 0.28% -
HSV(B) 351.65º 0.71% 0.44% -
XYZ 7.51 4.59 2.78 -
YUV 56.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 111 32 43 0 0.71 0.61 0.56 351.65 0.55 0.28
Hex 6F 20 2B 0 47 3D 38 160 37 1C
Octal 157 40 53 0 107 75 70 540 67 34
Binary 1101111 100000 101011 0 1000111 111101 111000 101100000 110111 11100

Color Harmonies of #6F202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F202B

Black with #6F202B

Text Example


Text Example

White with #6F202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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